diff --git a/src/ui/window.rs b/src/ui/window.rs index 8cfcd94..d831357 100644 --- a/src/ui/window.rs +++ b/src/ui/window.rs @@ -767,7 +767,7 @@ impl Window { State::Active | State::Seeking => { self.imp() .mpv - .command(["seek", &new_position.to_string(), "absolute+exact"]) + .command(["seek", &new_position.to_string(), "absolute"]) .unwrap(); }