Update rspotify to 0.11.3 (et al)
Also allows us to revert the previously applied fix where the market parameter had to be removed.
This commit is contained in:
@@ -439,7 +439,7 @@ impl Library {
|
||||
.items
|
||||
.iter()
|
||||
.enumerate()
|
||||
.any(|(i, t)| Some(t.track.id.id().to_string()) != store[i].id)
|
||||
.any(|(i, t)| t.track.id.as_ref().map(|id| id.to_string()) != store[i].id)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user