rename as_boxed_view_ext to into_boxed_view_ext

This commit is contained in:
Henrik Friedrichsen
2021-03-22 22:36:33 +01:00
parent 5295eb4b5a
commit d2edfc3caf
12 changed files with 15 additions and 15 deletions

View File

@@ -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)
}