mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Should fix #696 Fixed an issue with the scheduled jobs where it could use a different trigger if the order between the schedules and the triggers were in different positions in the array... Stupid me, ordering both arrays by the name now.
Fixed #729 #730 Should fix #717 also
This commit is contained in:
parent
4e60b4afda
commit
1d8437739e
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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue