mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-05 17:56:18 +00:00
remove mono compiler directives
This commit is contained in:
@@ -219,11 +219,6 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
{
|
||||
get
|
||||
{
|
||||
#if __MonoCS__
|
||||
return false;
|
||||
#else
|
||||
#endif
|
||||
|
||||
if (!_supportsNativeWebSocket.HasValue)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user