fix(server,web/m7-353): post-review fixes (test compilation, AlbumRef field, bulk handler, design system)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-04 15:21:24 -04:00
parent 28617df5bd
commit 4e3bd46d69
7 changed files with 17 additions and 19 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ type AlbumRef struct {
Year int `json:"year,omitempty"`
TrackCount int `json:"track_count"`
DurationSec int `json:"duration_sec"`
CoverURL string `json:"cover_url"`
CoverURL string `json:"cover_url"`
CoverArtSource *string `json:"cover_art_source"`
}
// TrackRef is the lightweight track shape used in album details and search.