mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
parent
84ea45ebaa
commit
05bdfcd550
16 changed files with 70 additions and 4 deletions
|
@ -158,7 +158,7 @@ namespace PlexRequests.Services.Jobs
|
|||
}
|
||||
|
||||
Job.Record(JobNames.PlexChecker);
|
||||
|
||||
Job.SetRunning(false, JobNames.CpCacher);
|
||||
}
|
||||
|
||||
public List<PlexMovie> GetPlexMovies()
|
||||
|
@ -503,6 +503,8 @@ namespace PlexRequests.Services.Jobs
|
|||
|
||||
public void Execute(IJobExecutionContext context)
|
||||
{
|
||||
|
||||
Job.SetRunning(true, JobNames.CpCacher);
|
||||
try
|
||||
{
|
||||
CheckAndUpdateAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue