|
|
@ -33,11 +33,9 @@ using Microsoft.AspNetCore.SignalR;
|
|
|
|
using Microsoft.EntityFrameworkCore;
|
|
|
|
using Microsoft.EntityFrameworkCore;
|
|
|
|
using Microsoft.Extensions.Logging;
|
|
|
|
using Microsoft.Extensions.Logging;
|
|
|
|
using Ombi.Core;
|
|
|
|
using Ombi.Core;
|
|
|
|
using Ombi.Core.Notifications;
|
|
|
|
|
|
|
|
using Ombi.Helpers;
|
|
|
|
using Ombi.Helpers;
|
|
|
|
using Ombi.Hubs;
|
|
|
|
using Ombi.Hubs;
|
|
|
|
using Ombi.Notifications.Models;
|
|
|
|
using Ombi.Notifications.Models;
|
|
|
|
using Ombi.Schedule.Jobs.Ombi;
|
|
|
|
|
|
|
|
using Ombi.Store.Entities;
|
|
|
|
using Ombi.Store.Entities;
|
|
|
|
using Ombi.Store.Repository;
|
|
|
|
using Ombi.Store.Repository;
|
|
|
|
using Ombi.Store.Repository.Requests;
|
|
|
|
using Ombi.Store.Repository.Requests;
|
|
|
|