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,
|
||||
},
|
||||
style: PlaybackStyle.GAPLESS,
|
||||
type: PlaybackType.LOCAL,
|
||||
type: PlaybackType.WEB,
|
||||
},
|
||||
remote: {
|
||||
enabled: false,
|
||||
|
|
Reference in a new issue