Skip to content

Commit

Permalink
Set playback type to WEB by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Feb 13, 2024
1 parent 9b0c9ba commit b4092c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/store/settings.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ const initialState: SettingsState = {
scrobbleAtPercentage: 75,
},
style: PlaybackStyle.GAPLESS,
type: PlaybackType.LOCAL,
type: PlaybackType.WEB,
},
remote: {
enabled: false,
Expand Down

0 comments on commit b4092c3

Please sign in to comment.