From 69e5dd63486bde35dbdae9fbea36d6139eb804f2 Mon Sep 17 00:00:00 2001 From: sproutsberry <238929279+sproutsberry@users.noreply.github.com> Date: Sun, 8 Feb 2026 23:02:32 -0500 Subject: [PATCH] Re-add forgotten cache for getImageViaCAA --- coverart.go | 1 + 1 file changed, 1 insertion(+) 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 }