mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fix(#4345): 🐛 Fixed the issue where denied requests we not appearing correctly
This commit is contained in:
parent
cd5532fa8f
commit
5a2f652a28
8 changed files with 59 additions and 26 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue