Skip to content

Commit

Permalink
fix: Corrected incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Memoyu authored and hrkfdn committed Feb 19, 2025
1 parent 0cd44e3 commit 0f185eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl Queue {
}

/// Append `tracks` after the currently playing item, taking into account
/// shuffle status. Returns the amount of added items.
/// shuffle status. Returns the first index(in `self.queue`) of added items.
pub fn append_next(&self, tracks: &Vec<Playable>) -> usize {
let mut q = self.queue.write().unwrap();

Expand Down

0 comments on commit 0f185eb

Please sign in to comment.