mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
parent
50a81aaf77
commit
da041cabc3
14 changed files with 3129 additions and 452 deletions
|
@ -11,6 +11,8 @@ using Ombi.Core.Rule.Interfaces;
|
|||
using Ombi.Store.Entities.Requests;
|
||||
using Ombi.Store.Repository;
|
||||
using Ombi.Store.Repository.Requests;
|
||||
using Ombi.Store.Entities;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Ombi.Core.Engine
|
||||
{
|
||||
|
@ -21,7 +23,7 @@ namespace Ombi.Core.Engine
|
|||
private Dictionary<int, TvRequests> _dbTv;
|
||||
|
||||
protected BaseMediaEngine(IPrincipal identity, IRequestServiceMain requestService,
|
||||
IRuleEvaluator rules) : base(identity, rules)
|
||||
IRuleEvaluator rules, UserManager<OmbiUser> um) : base(identity, um, rules)
|
||||
{
|
||||
RequestService = requestService;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue