Fixed the looping metadata checks when using Emby

This commit is contained in:
tidusjar 2020-06-16 09:01:47 +01:00
commit 163d127c87

View file

@ -71,8 +71,6 @@ namespace Ombi.Schedule.Jobs.Emby
await ProcessMovies();
await ProcessTv();
await OmbiQuartz.TriggerJob(nameof(IRefreshMetadata), "System");
await _notification.Clients.Clients(NotificationHub.AdminConnectionIds)
.SendAsync(NotificationHub.NotificationEvent, "Emby Availability Checker Finished");
}