From e95ecb2abdfd6b8e96ea44b58abe5f319e5a5c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=82=A6?= Date: Thu, 8 Jan 2026 13:44:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(playlists):=20=E6=9B=B4=E6=96=B0=E7=BD=91?= =?UTF-8?q?=E6=98=93=E4=BA=91=E9=9F=B3=E4=B9=90=E6=AD=8C=E6=9B=B2=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E4=B8=BA=E5=AE=98=E6=96=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/handler/playlists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/handler/playlists.js b/backend/src/handler/playlists.js index 33094f4..0b8e018 100644 --- a/backend/src/handler/playlists.js +++ b/backend/src/handler/playlists.js @@ -30,7 +30,7 @@ function normalizeTunehubPlaylist(playlistId, detail) { duration: 0, album: item.album || '', cover, - pageUrl: `https://music-dl.sayqz.com/?source=netease&id=${item.id}`, + pageUrl: `https://music.163.com/song?id=${item.id}`, playUrl: item.url || '', isBlocked, isCloud: false,