The Approving child requests now work!

This commit is contained in:
Jamie.Rees 2017-06-13 13:28:06 +01:00
parent eb433867af
commit 745ff844ca
10 changed files with 98 additions and 91 deletions

View file

@ -172,6 +172,7 @@ namespace Ombi.Core.Engine
// Find the existing request season
var existingSeason =
existingRequestChildRequest.SeasonRequests.FirstOrDefault(x => x.SeasonNumber == season.SeasonNumber);
if(existingSeason == null) continue;
foreach (var ep in existingSeason.Episodes)
{