started on #646. Fixed #657

This commit is contained in:
Jamie.Rees 2016-11-14 10:44:10 +00:00
commit 05bdfcd550
16 changed files with 70 additions and 4 deletions

View file

@ -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();