rename as_boxed_view_ext to into_boxed_view_ext
This commit is contained in:
@@ -104,7 +104,7 @@ impl Library {
|
||||
self.playlists()
|
||||
.iter()
|
||||
.find(|local| local.id == remote.id)
|
||||
.and_then(|local| Some(local.snapshot_id != remote.snapshot_id))
|
||||
.map(|local| local.snapshot_id != remote.snapshot_id)
|
||||
.unwrap_or(true)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user