feat(web): cover art on Wanted + Discover album rows

Wanted API returns rgMbid/type/year; Wanted rows show a cover thumb and open
the album modal. Discover suggested-album rows get a cover thumb too. Completes
cover art across the app (artist detail, Library, modals, Wanted, Discover).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan
2026-07-12 15:37:02 +02:00
parent 76eab9e703
commit c027945191
3 changed files with 58 additions and 15 deletions
+3
View File
@@ -15,6 +15,9 @@ export async function GET() {
currentQualityClass: r.currentQualityClass,
lastSearchedAt: r.lastSearchedAt,
watchedArtistId: r.watchedArtistId,
rgMbid: r.rgMbid,
primaryType: r.primaryType,
firstReleaseDate: r.firstReleaseDate,
})),
});
}