Ejemplo n.º 1
0
        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();
        }
Ejemplo n.º 2
0
 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();
 }
Ejemplo n.º 3
0
 public Track()
 {
     OldForeignTrackIds     = new List <string>();
     OldForeignRecordingIds = new List <string>();
     Ratings = new Ratings();
 }