Improved the UI !wip

This commit is contained in:
TidusJar 2018-08-23 22:16:09 +01:00
commit 33fdffdd0f
17 changed files with 902 additions and 575 deletions

View file

@ -1,16 +0,0 @@
namespace Ombi.Store.Entities.Requests
{
public class ArtistRequest : BaseRequest
{
public string ArtistName { get; set; }
public string ForignArtistId { get; set; }
public string Overview { get; set; }
public string Disambiguation { get; set; }
public string Banner { get; set; }
public string Poster { get; set; }
public string Logo { get; set; }
public bool Monitored { get; set; }
public string ArtistType { get; set; }
public string CleanName { get; set; }
}
}