Set playback type to WEB by default

This commit is contained in:
jeffvli 2024-02-13 05:50:38 -08:00
parent 9b0c9ba3ac
commit b4092c394a

View file

@ -382,7 +382,7 @@ const initialState: SettingsState = {
scrobbleAtPercentage: 75,
},
style: PlaybackStyle.GAPLESS,
type: PlaybackType.LOCAL,
type: PlaybackType.WEB,
},
remote: {
enabled: false,