fix(server,web/m7-353): forward-fix CI — Mount call + AlbumRef test fixtures

This commit is contained in:
2026-05-04 17:31:27 -04:00
parent 4e3bd46d69
commit 93f54e00a4
7 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ function album(id: string, title: string, year?: number): AlbumRef {
sort_title: title,
artist_id: 'abc', artist_name: 'Alice',
year, track_count: 10, duration_sec: 2400,
cover_url: `/api/albums/${id}/cover`
cover_url: `/api/albums/${id}/cover`,
cover_art_source: null
};
}