Skip to content

Commit

Permalink
Fix debug typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegovsky committed Jan 17, 2024
2 parents 0c1b928 + d64659f commit 24dd00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ async fn player_setup_delegate(
delegate.notify_playback_state(position_ms);
}
PlayerEvent::TimeToPreloadNextTrack { .. } => {
debug!("Requestiong next track to be preloaded...");
debug!("Requesting next track to be preloaded...");
delegate.preload_next_track();
}
_ => {}
Expand Down

0 comments on commit 24dd00a

Please sign in to comment.