Added covers and url to music albums
This commit is contained in:
parent
1d76bb8981
commit
75ad6db677
2 changed files with 6 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue