diff --git a/src/main.rs b/src/main.rs index 1d761dd..552b987 100644 --- a/src/main.rs +++ b/src/main.rs @@ -143,6 +143,8 @@ fn main() -> Result<(), Error> { let mut artist_cache = HashMap::::new(); + info!("Waiting for players..."); + 'main_loop: loop { // XXX this picks the first player, which isn't always ideal - see mpris/src/find.rs