Merge branch 'develop' into feature/request-queue

This commit is contained in:
Jamie 2018-12-05 21:32:38 +00:00 committed by GitHub
commit 72c411d5d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 575 additions and 198 deletions

View file

@ -116,6 +116,7 @@ namespace Ombi.Core.Engine
}
// Remove the ID since this is a new child
// This was a TVDBID for the request rules to run
tvBuilder.ChildRequest.Id = 0;
if (!tvBuilder.ChildRequest.SeasonRequests.Any())
{