mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
More for #844
This commit is contained in:
parent
262a90e05c
commit
ad2169ca17
3 changed files with 6 additions and 3 deletions
|
@ -57,6 +57,7 @@ namespace Ombi.UI.Modules.Admin
|
|||
|
||||
WatcherSettings = watcher;
|
||||
Analytics = a;
|
||||
CpSettings = cp;
|
||||
|
||||
Before += (ctx) => Security.AdminLoginRedirect(Permissions.Administrator, ctx);
|
||||
|
||||
|
|
|
@ -101,7 +101,8 @@ namespace Ombi.UI.Modules
|
|||
|| x.Name.Equals(JobNames.PlexChecker)
|
||||
|| x.Name.Equals(JobNames.SonarrCacher)
|
||||
|| x.Name.Equals(JobNames.SrCacher)
|
||||
|| x.Name.Equals(JobNames.PlexCacher));
|
||||
|| x.Name.Equals(JobNames.PlexCacher)
|
||||
|| x.Name.Equals(JobNames.WatcherCacher));
|
||||
|
||||
|
||||
return Response.AsJson(cacherJobs.Any()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue