Fixed the looping metadata checks when using Emby

pull/3632/head
tidusjar 4 years ago
parent a8f32009cb
commit 163d127c87

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

Loading…
Cancel
Save