From c8b942b1fbe8fdab1db0e0f56d3ed86a7486b578 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Thu, 1 Jan 2026 19:26:01 +0100 Subject: cache extracted subtitles & deepl translations --- src/player.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/player.rs') diff --git a/src/player.rs b/src/player.rs index d533f48..0804fed 100644 --- a/src/player.rs +++ b/src/player.rs @@ -205,9 +205,12 @@ impl SimpleComponent for Player { } } PlayMessage::Buffering(_) => { + // println!("buffering") // TODO } - _ => {} + msg => { + // println!("msg: {:?}", msg); + } } glib::ControlFlow::Continue -- cgit 1.4.1