mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c8099efe5 | |||
| 8ba87d57cd |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "feishin",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "A modern self-hosted music player.",
|
||||
"keywords": [
|
||||
"subsonic",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user