mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
add singular AddChildInternal
This commit is contained in:
@@ -529,7 +529,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
{
|
||||
new ClientWebSocket();
|
||||
|
||||
_supportsNativeWebSocket = false;
|
||||
_supportsNativeWebSocket = true;
|
||||
}
|
||||
catch (PlatformNotSupportedException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user