Skip to content

Commit 194ebbd

Browse files
committed
fix: netease api
1 parent 75ba67f commit 194ebbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/botcore/src/utils/LyricsHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Lyrics = {
1515

1616
const WIKI_URL = 'https://silentblue.remywiki.com';
1717
const WIKI_NAME = 'SilentBlue Wiki';
18-
const NETEASE_API = 'https://ylyn-music-api.vercel.app';
18+
const NETEASE_API = 'https://neteasecloudmusicapi.vercel.app';
1919

2020
export default class LyricsHelper {
2121
private readonly geniusClient: Genius.Client;

0 commit comments

Comments
 (0)