diff --git a/src/ui/window.rs b/src/ui/window.rs index 809bdc9..f0ff339 100644 --- a/src/ui/window.rs +++ b/src/ui/window.rs @@ -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) {