mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
mono fixes
This commit is contained in:
@@ -285,11 +285,6 @@ namespace MediaBrowser.Server.Implementations.ServerManager
|
||||
throw new ArgumentNullException("dataFunction");
|
||||
}
|
||||
|
||||
if (cancellationToken == null)
|
||||
{
|
||||
throw new ArgumentNullException("cancellationToken");
|
||||
}
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
var connectionsList = connections.Where(s => s.State == WebSocketState.Open).ToList();
|
||||
|
||||
Reference in New Issue
Block a user