Fixed an issue with the caching

This commit is contained in:
tidusjar 2017-11-03 22:28:06 +00:00
parent 22a23d652b
commit ef858a9fce
3 changed files with 15 additions and 8 deletions

View file

@ -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();