fix(#4345): 🐛 Fixed the issue where denied requests we not appearing correctly

This commit is contained in:
tidusjar 2021-10-13 21:38:26 +01:00
commit 5a2f652a28
8 changed files with 59 additions and 26 deletions

View file

@ -75,6 +75,7 @@ namespace Ombi.Core.Rule.Rules.Search
episodeSearching.Requested = true;
episodeSearching.Available = ep.Available;
episodeSearching.Approved = ep.Season.ChildRequest.Approved;
episodeSearching.Denied = request.Denied;
}
}
}