From ab96330fbdf259727355fab573d5aec0fcb98f11 Mon Sep 17 00:00:00 2001 From: Erica Z Date: Wed, 6 Nov 2024 11:44:28 +0100 Subject: [PATCH] oopsy --- src/ui/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/window.rs b/src/ui/window.rs index b331d71..0523251 100644 --- a/src/ui/window.rs +++ b/src/ui/window.rs @@ -310,7 +310,7 @@ mod imp { Event::PlaybackRestart => { event!(Level::INFO, "playback restart event"); window.imp().buffering_end(); - self.notify("time-pos"); + window.notify("time-pos"); if let Some(queued_seek) = window.imp().queued_seek.take() { // a seek was tried before and failed, try again now