diff --git a/src/queue.rs b/src/queue.rs index 3436b9f..7470c13 100644 --- a/src/queue.rs +++ b/src/queue.rs @@ -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) -> usize { let mut q = self.queue.write().unwrap();