mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Fixed an issue with the caching
This commit is contained in:
parent
22a23d652b
commit
ef858a9fce
3 changed files with 15 additions and 8 deletions
|
@ -72,6 +72,7 @@ namespace Ombi.Core.Engine
|
|||
RequestedDate = DateTime.UtcNow,
|
||||
Approved = false,
|
||||
RequestedUserId = userDetails.Id,
|
||||
Background = movieInfo.BackdropPath
|
||||
};
|
||||
|
||||
var ruleResults = (await RunRequestRules(requestModel)).ToList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue