mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
improved messages with startup failures
This commit is contained in:
parent
a2fb45ba8e
commit
755d98edc0
5 changed files with 38 additions and 33 deletions
|
|
@ -529,7 +529,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
{
|
||||
new ClientWebSocket();
|
||||
|
||||
_supportsNativeWebSocket = true;
|
||||
_supportsNativeWebSocket = false;
|
||||
}
|
||||
catch (PlatformNotSupportedException)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue