mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
A lot more lidarr work, i'm done for the day wow... !wip #2313
This commit is contained in:
parent
207c60b7f8
commit
3750243f11
19 changed files with 174 additions and 94 deletions
|
@ -12,8 +12,6 @@ namespace Ombi.Core.Models.Search
|
|||
public string Poster { get; set; }
|
||||
public string Logo { get; set; }
|
||||
public bool Monitored { get; set; }
|
||||
public bool Available { get; set; }
|
||||
public bool Requested { get; set; }
|
||||
public string ArtistType { get; set; }
|
||||
public string CleanName { get; set; }
|
||||
public Link[] Links { get; set; } // Couldn't be bothered to map it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue