mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Got the main artist page in
This commit is contained in:
parent
6c443469af
commit
e231d701cc
12 changed files with 190 additions and 45 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue