diff --git a/src/ui/window.rs b/src/ui/window.rs index 0793d9b..21a3ff4 100644 --- a/src/ui/window.rs +++ b/src/ui/window.rs @@ -193,6 +193,7 @@ mod imp { match window.imp().state.get() { State::Idle | State::FileLoading | State::Seeking => {} State::Active => window.notify("time-pos"), + State::FileEnded => {} other => unreachable!("{other:?}"), } glib::ControlFlow::Continue