add settings for skipping one-star or tracks with keyword (#724)
This commit is contained in:
+5
-3
@@ -112,9 +112,11 @@ type NowPlayingPageConfig struct {
|
||||
}
|
||||
|
||||
type PlaybackConfig struct {
|
||||
Autoplay bool
|
||||
RepeatMode string
|
||||
UseWaveformSeekbar bool
|
||||
Autoplay bool
|
||||
RepeatMode string
|
||||
SkipOneStarWhenShuffling bool
|
||||
SkipKeywordWhenShuffling string
|
||||
UseWaveformSeekbar bool
|
||||
}
|
||||
|
||||
type LocalPlaybackConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user