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