Update to rspotify 0.11.2 (#640)
* Update to rspotify 0.11.x Many breaking changes * Minor cleanups via Clippy
This commit is contained in:
committed by
GitHub
parent
a8c8a1761a
commit
96f2d88696
@@ -146,7 +146,7 @@ impl Queue {
|
||||
q.push(track);
|
||||
}
|
||||
|
||||
pub fn append_next(&self, tracks: Vec<Playable>) -> usize {
|
||||
pub fn append_next(&self, tracks: &Vec<Playable>) -> usize {
|
||||
let mut q = self.queue.write().unwrap();
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user