update rspotify to 0.7.0

This commit is contained in:
Henrik Friedrichsen
2019-10-12 16:15:07 +02:00
parent ec0817c4dc
commit 82a199b5d2
3 changed files with 9 additions and 19 deletions

View File

@@ -574,7 +574,7 @@ impl Spotify {
}
pub fn current_user_saved_tracks_delete(&self, ids: Vec<String>) -> Option<()> {
self.api_with_retry(|api| api.current_user_saved_tracks_delete(ids.clone()))
self.api_with_retry(|api| api.current_user_saved_tracks_delete(&ids))
}
pub fn user_playlist_follow_playlist(&self, owner_id: String, id: String) -> Option<()> {