mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed #3208
This commit is contained in:
parent
71b850e7bd
commit
35199a8b5e
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ namespace Ombi.Schedule.Jobs.Plex
|
|||
|
||||
if ((processedContent?.HasProcessedContent ?? false) && recentlyAddedSearch)
|
||||
{
|
||||
Logger.LogInformation("Kicking off Plex Availability Checker");
|
||||
await OmbiQuartz.TriggerJob(nameof(IPlexAvailabilityChecker), "Plex");
|
||||
Logger.LogInformation("Starting Metadata refresh");
|
||||
// Just check what we send it
|
||||
await OmbiQuartz.TriggerJob(nameof(IRefreshMetadata), "System");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue