From 8edda344bb126da089f02bd95c30791449535660 Mon Sep 17 00:00:00 2001 From: Inkarro <137393706+Inkarro@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:34:08 +0800 Subject: [PATCH] fix(hook): adapt to the new client's search API --- src/hook.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hook.js b/src/hook.js index 6f141b7cc4..fae6bd364e 100644 --- a/src/hook.js +++ b/src/hook.js @@ -85,6 +85,9 @@ hook.target.path = new Set([ '/api/v1/search/song/get', '/api/search/complex/get', '/api/search/complex/page', + '/api/search/pc/complex/get', + '/api/search/pc/complex/page', + '/api/search/song/list/page', '/api/search/song/page', '/api/cloudsearch/pc', '/api/v1/playlist/manipulate/tracks',