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
+1 -1
View File
@@ -45,7 +45,7 @@ describe('liked library page', () => {
const ar: ArtistRef = { id: 'a1', name: 'X', sort_name: 'X', album_count: 1, cover_url: '' };
const al: AlbumRef = {
id: 'al1', title: 'Y', sort_title: 'Y', artist_id: 'a1', artist_name: 'X',
year: 2020, track_count: 1, duration_sec: 100, cover_url: '/x'
year: 2020, track_count: 1, duration_sec: 100, cover_url: '/x', cover_art_source: null
};
const tr: TrackRef = {
id: 't1', title: 'Z', album_id: 'al1', album_title: 'Y',