mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
enable notify, simplify use-scrobble with types, remove unused check
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user