mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
Fixed SessionWebSocketListener.OnServerManagerWebSocketConnected.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Jellyfin.Api.WebSocketListeners
|
||||
|
||||
private void OnEntryCreated(object? sender, GenericEventArgs<ActivityLogEntry> e)
|
||||
{
|
||||
SendData(true);
|
||||
SendData(true).GetAwaiter().GetResult();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user