diff --git a/src/renderer/store/settings.store.ts b/src/renderer/store/settings.store.ts index 329f5a9ce..58124666f 100644 --- a/src/renderer/store/settings.store.ts +++ b/src/renderer/store/settings.store.ts @@ -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',