Fixed the other error for #2955

This commit is contained in:
tidusjar 2019-05-02 08:21:19 +01:00
parent b7877ad1b3
commit 7145cf7cef

View file

@ -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");
}