Disable waveform seekbar by default

This commit is contained in:
Gianluca Boiano
2026-02-01 22:18:18 +01:00
parent d647bab218
commit 53b91f5d43
+1 -1
View File
@@ -260,7 +260,7 @@ func DefaultConfig(appVersionTag string) *Config {
Playback: PlaybackConfig{
Autoplay: false,
RepeatMode: "None",
UseWaveformSeekbar: true,
UseWaveformSeekbar: false,
},
LocalPlayback: LocalPlaybackConfig{
// "auto" is the name to pass to MPV for autoselecting the output device