mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
allow disabling web audio
This commit is contained in:
parent
e68847f50a
commit
93055b3bf1
5 changed files with 38 additions and 4 deletions
|
|
@ -265,6 +265,7 @@ export interface SettingsState {
|
|||
};
|
||||
style: PlaybackStyle;
|
||||
type: PlaybackType;
|
||||
webAudio: boolean;
|
||||
};
|
||||
remote: {
|
||||
enabled: boolean;
|
||||
|
|
@ -439,6 +440,7 @@ const initialState: SettingsState = {
|
|||
},
|
||||
style: PlaybackStyle.GAPLESS,
|
||||
type: PlaybackType.WEB,
|
||||
webAudio: true,
|
||||
},
|
||||
remote: {
|
||||
enabled: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue