This commit is contained in:
Erica Z 2024-11-13 18:59:14 +01:00
parent 2916fa8f71
commit 3940392f2d

View file

@ -193,6 +193,7 @@ mod imp {
match window.imp().state.get() { match window.imp().state.get() {
State::Idle | State::FileLoading | State::Seeking => {} State::Idle | State::FileLoading | State::Seeking => {}
State::Active => window.notify("time-pos"), State::Active => window.notify("time-pos"),
State::FileEnded => {}
other => unreachable!("{other:?}"), other => unreachable!("{other:?}"),
} }
glib::ControlFlow::Continue glib::ControlFlow::Continue