Compare commits

..

No commits in common. "3f10dbc102ffa08087961b158df8100f02a07b54" and "73f3e8bdd3e2d1b621c2445863627fa47b4e4662" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "audrey"
version = "0.1.0" # AUDREY_VERSION
version = "0.1.0"
edition = "2021"
[dependencies]

View file

@ -655,9 +655,9 @@ 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");
}
}
self.notify("time-pos");
}
pub fn playlist_move(&self, from: u32, to: u32) {