mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
The Approving child requests now work!
This commit is contained in:
parent
eb433867af
commit
745ff844ca
10 changed files with 98 additions and 91 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue