mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net.git
This commit is contained in:
commit
4a63d3601a
6 changed files with 25 additions and 23 deletions
|
@ -977,7 +977,12 @@ namespace PlexRequests.UI.Modules
|
|||
StoreBackup = s.StoreBackup,
|
||||
StoreCleanup = s.StoreCleanup,
|
||||
JobRecorder = dict,
|
||||
RecentlyAddedCron = s.RecentlyAddedCron
|
||||
RecentlyAddedCron = s.RecentlyAddedCron,
|
||||
PlexContentCacher = s.PlexContentCacher,
|
||||
FaultQueueHandler = s.FaultQueueHandler,
|
||||
PlexEpisodeCacher = s.PlexEpisodeCacher,
|
||||
PlexUserChecker = s.PlexUserChecker,
|
||||
UserRequestLimitResetter = s.UserRequestLimitResetter
|
||||
};
|
||||
return View["SchedulerSettings", model];
|
||||
}
|
||||
|
|
|
@ -104,7 +104,8 @@ namespace PlexRequests.UI.Modules
|
|||
|| x.Name.Equals(JobNames.EpisodeCacher)
|
||||
|| x.Name.Equals(JobNames.PlexChecker)
|
||||
|| x.Name.Equals(JobNames.SonarrCacher)
|
||||
|| x.Name.Equals(JobNames.SrCacher));
|
||||
|| x.Name.Equals(JobNames.SrCacher)
|
||||
|| x.Name.Equals(JobNames.PlexCacher));
|
||||
|
||||
|
||||
return Response.AsJson(cacherJobs.Any()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue