mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
add jellyfin, improvements
This commit is contained in:
parent
85d2576bdc
commit
58f38b2655
11 changed files with 168 additions and 17 deletions
|
|
@ -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: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue