re-add lrclib as default lyric source

This commit is contained in:
jeffvli
2025-11-30 17:54:53 -08:00
parent 615280e01b
commit b99bc62065
+1 -1
View File
@@ -1109,7 +1109,7 @@ const initialState: SettingsState = {
showLyricsInSidebar: true,
showMatch: true,
showProvider: true,
sources: [LyricSource.NETEASE],
sources: [LyricSource.NETEASE, LyricSource.LRCLIB],
translationApiKey: '',
translationApiProvider: '',
translationTargetLanguage: 'en',