mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
fixed hangfire exception
This commit is contained in:
parent
678fe82f70
commit
47bcb83a27
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace Ombi.Schedule
|
|||
private IPlexContentCacher Cacher { get; }
|
||||
public void Setup()
|
||||
{
|
||||
RecurringJob.AddOrUpdate(() => Cacher.CacheContent(), Cron.Hourly, TimeZoneInfo.Utc, "Cacher");
|
||||
RecurringJob.AddOrUpdate(() => Cacher.CacheContent(), Cron.Hourly, TimeZoneInfo.Utc, "cacher");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue