Add method to manually add artist metadata #85

Merged
wojtek merged 16 commits from 55---add-method-to-manually-add-artist-metadata into main 2024-01-10 22:33:58 +01:00
Showing only changes of commit d0e04d8a78 - Show all commits

View File

@ -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.