mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Started to impliment the Plex checker. This will check plex every x minutes to see if there is any new content and then update the avalibility of the requests
This commit is contained in:
parent
003dd47e3c
commit
3b0b0c521e
19 changed files with 329 additions and 160 deletions
|
@ -25,10 +25,10 @@
|
|||
// ************************************************************************/
|
||||
#endregion
|
||||
using System;
|
||||
using Hangfire;
|
||||
using Hangfire.SQLite;
|
||||
using FluentScheduler;
|
||||
using Owin;
|
||||
using PlexRequests.Core;
|
||||
using PlexRequests.UI.Jobs;
|
||||
using TaskFactory = FluentScheduler.TaskFactory;
|
||||
|
||||
namespace PlexRequests.UI
|
||||
{
|
||||
|
@ -40,10 +40,6 @@ namespace PlexRequests.UI
|
|||
{
|
||||
app.UseNancy();
|
||||
|
||||
//GlobalConfiguration.Configuration.UseSQLiteStorage("Sqlite");
|
||||
|
||||
//app.UseHangfireDashboard();
|
||||
//app.UseHangfireServer();
|
||||
|
||||
}
|
||||
catch (Exception exception)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue