diff --git a/src/ui/window.rs b/src/ui/window.rs index 42c8abb..8cfcd94 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+exact"]) .unwrap(); }