is default
This commit is contained in:
parent
2f0b4025c5
commit
8609bfc41d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue