Rules changes and rework

This commit is contained in:
Jamie.Rees 2017-06-06 09:27:51 +01:00
commit 9f4a8902f9
32 changed files with 2804 additions and 35 deletions

View file

@ -24,6 +24,7 @@ using Ombi.Settings.Settings;
using Ombi.Store.Context;
using Ombi.Store.Repository;
using Ombi.Core.Rules;
using Ombi.Schedule.Jobs.Radarr;
namespace Ombi.DependencyInjection
{
@ -83,6 +84,7 @@ namespace Ombi.DependencyInjection
{
services.AddTransient<IPlexContentCacher, PlexContentCacher>();
services.AddTransient<IJobSetup, JobSetup>();
services.AddTransient<IRadarrCacher, RadarrCacher>();
}
public static void RegisterIdentity(this IServiceCollection services)