save shuffle state in config
This commit is contained in:
@@ -123,6 +123,7 @@ type NowPlayingPageConfig struct {
|
||||
|
||||
type PlaybackConfig struct {
|
||||
Autoplay bool
|
||||
Shuffle bool
|
||||
RepeatMode string
|
||||
SkipOneStarWhenShuffling bool
|
||||
SkipKeywordWhenShuffling string
|
||||
@@ -259,6 +260,7 @@ func DefaultConfig(appVersionTag string) *Config {
|
||||
},
|
||||
Playback: PlaybackConfig{
|
||||
Autoplay: false,
|
||||
Shuffle: false,
|
||||
RepeatMode: "None",
|
||||
UseWaveformSeekbar: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user