Compare commits
2 commits
73f3e8bdd3
...
3f10dbc102
Author | SHA1 | Date | |
---|---|---|---|
3f10dbc102 | |||
15ec2432c0 |
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "audrey"
|
||||
version = "0.1.0"
|
||||
version = "0.1.0" # AUDREY_VERSION
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -655,10 +655,10 @@ impl Window {
|
|||
Err(err) => {
|
||||
event!(Level::INFO, "queuing seek to {new_position}: {err}");
|
||||
self.imp().queued_seek.set(Some(new_position));
|
||||
}
|
||||
}
|
||||
self.notify("time-pos");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub fn playlist_move(&self, from: u32, to: u32) {
|
||||
// NOTE: for mpv, to refers to the "gap" right before i
|
||||
|
|
Loading…
Reference in a new issue