mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Small tweak in SignalR dependency injection.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace NzbDrone.Core.Providers
|
||||
GetClients().updatedStatus(episodeId, episodeStatus.ToString());
|
||||
}
|
||||
|
||||
private static dynamic GetClients()
|
||||
private dynamic GetClients()
|
||||
{
|
||||
var connectionManager = AspNetHost.DependencyResolver.Resolve<IConnectionManager>();
|
||||
return connectionManager.GetClients<SignalRProvider>();
|
||||
|
Reference in New Issue
Block a user