is default

This commit is contained in:
Erica Z 2024-11-11 12:02:04 +01:00
parent 2f0b4025c5
commit 8609bfc41d

View file

@ -767,7 +767,7 @@ impl Window {
State::Active | State::Seeking => { State::Active | State::Seeking => {
self.imp() self.imp()
.mpv .mpv
.command(["seek", &new_position.to_string(), "absolute+exact"]) .command(["seek", &new_position.to_string(), "absolute"])
.unwrap(); .unwrap();
} }