fix(server,web/m7-353): forward-fix CI — Mount call + AlbumRef test fixtures
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user