Add method to manually add artist metadata #85
@ -484,7 +484,7 @@ impl Artist {
|
||||
let mut new_urls = urls
|
||||
.iter()
|
||||
.map(|url| url.as_ref().try_into())
|
||||
.filter(|ref res| {
|
||||
.filter(|res| {
|
||||
res.as_ref()
|
||||
.map(|url| !container.contains(url))
|
||||
.unwrap_or(true) // Propagate errors.
|
||||
|
Loading…
Reference in New Issue
Block a user