From 53b91f5d43e9cd52b9cdbc525b9514840c573a2c Mon Sep 17 00:00:00 2001 From: Gianluca Boiano Date: Sun, 1 Feb 2026 22:18:00 +0100 Subject: [PATCH] Disable waveform seekbar by default --- backend/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config.go b/backend/config.go index d02679f..fa94c1a 100644 --- a/backend/config.go +++ b/backend/config.go @@ -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