diff --git a/examples/player.rs b/examples/player.rs index 957f95e..96d8851 100644 --- a/examples/player.rs +++ b/examples/player.rs @@ -17,7 +17,7 @@ async fn main() -> Result<()> { println!("PlayPause"); }); - // Handle `Play` method call + // Handle `Previous` method call player.connect_previous(|_player| { println!("Previous"); });