mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
Updated the logic for handling specific seasons in Sonarr and Sickrage
This commit is contained in:
parent
55addbee0a
commit
15f7572cf5
13 changed files with 101 additions and 68 deletions
|
@ -23,9 +23,9 @@ namespace PlexRequests.Store
|
|||
public bool Available { get; set; }
|
||||
public IssueState Issues { get; set; }
|
||||
public string OtherMessage { get; set; }
|
||||
public bool LatestTv { get; set; }
|
||||
public string AdminNote { get; set; }
|
||||
public int[] SeasonList { get; set; }
|
||||
public int SeasonCount { get; set; }
|
||||
}
|
||||
|
||||
public enum RequestType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue