Added covers and url to music albums

This commit is contained in:
ltctceplrm 2023-12-07 22:31:42 +01:00
parent 1d76bb8981
commit 75ad6db677
2 changed files with 6 additions and 2 deletions

View file

@ -11,6 +11,7 @@ export class MusicReleaseModel extends MediaTypeModel {
dataSource: string;
url: string;
id: string;
image: string;
genres: string[];
artists: string[];
@ -25,6 +26,7 @@ export class MusicReleaseModel extends MediaTypeModel {
this.genres = undefined;
this.artists = undefined;
this.image = undefined;
this.rating = undefined;
this.userData = {
personalRating: undefined,