public Album() { OldForeignAlbumIds = new List <string>(); Images = new List <MediaCover.MediaCover>(); Links = new List <Links>(); Genres = new List <string>(); SecondaryTypes = new List <SecondaryAlbumType>(); Ratings = new Ratings(); Artist = new Artist(); }
public Album() { OldForeignAlbumIds = new List <string>(); Overview = string.Empty; Images = new List <MediaCover.MediaCover>(); Links = new List <Links>(); Genres = new List <string>(); SecondaryTypes = new List <SecondaryAlbumType>(); Ratings = new Ratings(); Artist = new Artist(); AddOptions = new AddAlbumOptions(); }
public Track() { OldForeignTrackIds = new List <string>(); OldForeignRecordingIds = new List <string>(); Ratings = new Ratings(); }