fix default lyrics fetchers

This commit is contained in:
jeffvli
2025-12-28 20:05:37 -08:00
parent 4d57faa197
commit 8ba87d57cd
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ export const store = new Store<any>({
disable_auto_updates: false,
enableNeteaseTranslation: false,
global_media_hotkeys: true,
lyrics: ['NetEase', 'lrclib.net'],
mediaSession: false,
playbackType: 'web',
should_prompt_accessibility: true,
@@ -48,6 +48,10 @@ export const useSyncSettingsToMain = () => {
mainStoreKey: string;
rendererValue: any;
}> = [
{
mainStoreKey: 'lyrics',
rendererValue: settings.lyrics.sources,
},
{
mainStoreKey: 'window_window_bar_style',
rendererValue: settings.window.windowBarStyle,