add settings for skipping one-star or tracks with keyword (#724)

This commit is contained in:
Drew Weymouth
2025-09-24 18:59:55 -07:00
committed by GitHub
parent d5c47b65fa
commit 4c1a95e851
6 changed files with 51 additions and 22 deletions
+5 -3
View File
@@ -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 {