Merge pull request #1178 from smcpeck/master

FEATURE: Search movies by actor
This commit is contained in:
Jamie 2017-02-24 21:44:31 +00:00 committed by GitHub
commit e420d03a77
20 changed files with 440 additions and 136 deletions

View file

@ -94,6 +94,8 @@ namespace Ombi.UI.Modules.Admin
private async Task<Response> ScheduleRun(string key)
{
await Task.Yield();
if (key.Equals(JobNames.PlexCacher, StringComparison.CurrentCultureIgnoreCase))
{
PlexContentCacher.CacheContent();