diff --git a/coverart.go b/coverart.go index c6b62b3..2993167 100644 --- a/coverart.go +++ b/coverart.go @@ -165,6 +165,7 @@ func getImageViaCAA(username, mbzAlbumID string) string { return "" } + _ = host.CacheSetString(cacheKey, url, 86400) return url }