mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
enable notify, simplify use-scrobble with types, remove unused check
This commit is contained in:
parent
b219c900ca
commit
e00aeb2b67
4 changed files with 76 additions and 12 deletions
|
|
@ -285,6 +285,7 @@ export interface SettingsState {
|
|||
preservePitch: boolean;
|
||||
scrobble: {
|
||||
enabled: boolean;
|
||||
notify: boolean;
|
||||
scrobbleAtDuration: number;
|
||||
scrobbleAtPercentage: number;
|
||||
};
|
||||
|
|
@ -479,6 +480,7 @@ const initialState: SettingsState = {
|
|||
preservePitch: true,
|
||||
scrobble: {
|
||||
enabled: true,
|
||||
notify: false,
|
||||
scrobbleAtDuration: 240,
|
||||
scrobbleAtPercentage: 75,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue