diff --git a/utils/uriplaylistbin/examples/playlist.rs b/utils/uriplaylistbin/examples/playlist.rs index 94116d16..3c624ba1 100644 --- a/utils/uriplaylistbin/examples/playlist.rs +++ b/utils/uriplaylistbin/examples/playlist.rs @@ -122,7 +122,10 @@ fn main() -> anyhow::Result<()> { eprintln!("Debugging information: {:?}", err.debug()); break; } - MessageView::Eos(..) => break, + MessageView::Eos(..) => { + println!("eos"); + break; + } _ => (), } }