mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed tests
This commit is contained in:
parent
3df6b65666
commit
e8706354b9
6 changed files with 13 additions and 6 deletions
|
@ -35,6 +35,7 @@ using PlexRequests.Api.Models.Plex;
|
|||
using PlexRequests.Core;
|
||||
using PlexRequests.Core.SettingModels;
|
||||
using PlexRequests.Helpers;
|
||||
using PlexRequests.Helpers.Analytics;
|
||||
using PlexRequests.Services.Interfaces;
|
||||
using PlexRequests.Services.Models;
|
||||
using PlexRequests.Services.Notification;
|
||||
|
@ -44,6 +45,8 @@ using PlexRequests.Store.Repository;
|
|||
|
||||
using Quartz;
|
||||
|
||||
using Action = PlexRequests.Helpers.Analytics.Action;
|
||||
|
||||
namespace PlexRequests.Services.Jobs
|
||||
{
|
||||
public class PlexAvailabilityChecker : IJob, IAvailabilityChecker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue