mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -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; }
|
private IPlexContentCacher Cacher { get; }
|
||||||
public void Setup()
|
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