Set playback type to WEB by default
This commit is contained in:
parent
9b0c9ba3ac
commit
b4092c394a
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ const initialState: SettingsState = {
|
||||||
scrobbleAtPercentage: 75,
|
scrobbleAtPercentage: 75,
|
||||||
},
|
},
|
||||||
style: PlaybackStyle.GAPLESS,
|
style: PlaybackStyle.GAPLESS,
|
||||||
type: PlaybackType.LOCAL,
|
type: PlaybackType.WEB,
|
||||||
},
|
},
|
||||||
remote: {
|
remote: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|
Reference in a new issue