mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
add singular AddChildInternal
This commit is contained in:
parent
f380d7a092
commit
03d27d4756
3 changed files with 12 additions and 4 deletions
|
|
@ -529,7 +529,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
{
|
||||
new ClientWebSocket();
|
||||
|
||||
_supportsNativeWebSocket = false;
|
||||
_supportsNativeWebSocket = true;
|
||||
}
|
||||
catch (PlatformNotSupportedException)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue