mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
allow disabling web audio
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user