mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue