Fixed #2801 this is when a season is not correctly monitored in sonarr when approved by an admin

This commit is contained in:
tidusjar 2019-02-16 23:40:32 +00:00
parent d834b96b4b
commit ada38a0c30
7 changed files with 1309 additions and 63 deletions

View file

@ -17,10 +17,6 @@ namespace Ombi.Store.Entities.Requests
public DateTime ReleaseDate { get; set; }
public string Status { get; set; }
/// <summary>
/// This is so we can correctly send the right amount of seasons to Sonarr
/// </summary>
[NotMapped]
public int TotalSeasons { get; set; }
public List<ChildRequests> ChildRequests { get; set; }