Use Cover Art Archive for albums with MusicBrainz IDs #12

Closed
sproutsberry wants to merge 11 commits from cover-art-archive into main
Showing only changes of commit 69e5dd6348 - Show all commits
+1
View File
11
@@ -165,6 +165,7 @@ func getImageViaCAA(username, mbzAlbumID string) string {
return ""
}
_ = host.CacheSetString(cacheKey, url, 86400)
return url
}