add jellyfin, improvements

This commit is contained in:
Kendall Garner 2023-06-02 23:54:34 -07:00 committed by Jeff
parent 85d2576bdc
commit 58f38b2655
11 changed files with 168 additions and 17 deletions

View file

@ -123,6 +123,7 @@ export interface SettingsState {
globalMediaHotkeys: boolean;
};
lyrics: {
delayMs: number;
fetch: boolean;
follow: boolean;
sources: LyricSource[];
@ -209,6 +210,7 @@ const initialState: SettingsState = {
globalMediaHotkeys: true,
},
lyrics: {
delayMs: 0,
fetch: false,
follow: true,
sources: [],