mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
add preserve pitch option (#972)
This commit is contained in:
parent
c382e01f64
commit
81ca6937bc
4 changed files with 36 additions and 9 deletions
|
|
@ -281,6 +281,7 @@ export interface SettingsState {
|
|||
mpvExtraParameters: string[];
|
||||
mpvProperties: MpvSettings;
|
||||
muted: boolean;
|
||||
preservePitch: boolean;
|
||||
scrobble: {
|
||||
enabled: boolean;
|
||||
scrobbleAtDuration: number;
|
||||
|
|
@ -473,6 +474,7 @@ const initialState: SettingsState = {
|
|||
replayGainPreampDB: 0,
|
||||
},
|
||||
muted: false,
|
||||
preservePitch: true,
|
||||
scrobble: {
|
||||
enabled: true,
|
||||
scrobbleAtDuration: 240,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue