mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fixed the looping metadata checks when using Emby
This commit is contained in:
parent
a8f32009cb
commit
163d127c87
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue