mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Merge pull request #1178 from smcpeck/master
FEATURE: Search movies by actor
This commit is contained in:
commit
e420d03a77
20 changed files with 440 additions and 136 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue