fix seek command
This commit is contained in:
parent
4060213e80
commit
fd44d3280a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue