mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Improved the UI !wip
This commit is contained in:
parent
83537e2a36
commit
33fdffdd0f
17 changed files with 902 additions and 575 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue