Got the main artist page in

This commit is contained in:
tidusjar 2019-07-27 00:12:03 +01:00
commit e231d701cc
12 changed files with 190 additions and 45 deletions

View file

@ -13,6 +13,11 @@ namespace Ombi.Core.Models.Search.V2.Music
public string Country { get; set; }
public string Region { get; set; }
public string Disambiguation { get; set; }
public string Banner { get; set; }
public string Logo { get; set; }
public string Poster { get; set; }
public string FanArt { get; set; }
public string Overview { get; set; }
public List<ReleaseGroup> ReleaseGroups { get; set; }
public ArtistLinks Links { get; set; }
public List<BandMember> Members { get; set; }