mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed the other error for #2955
This commit is contained in:
parent
b7877ad1b3
commit
7145cf7cef
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ namespace Ombi.Schedule.Jobs.Emby
|
|||
// Episodes
|
||||
|
||||
await OmbiQuartz.TriggerJob(nameof(IEmbyEpisodeSync), "Emby");
|
||||
await OmbiQuartz.TriggerJob(nameof(IRefreshMetadata), "Emby");
|
||||
await OmbiQuartz.TriggerJob(nameof(IRefreshMetadata), "System");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue