mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Refactor and other minor changes
This commit is contained in:
@@ -176,10 +176,9 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
{
|
||||
SendKeepAliveResponse();
|
||||
}
|
||||
|
||||
if (OnReceive != null)
|
||||
else
|
||||
{
|
||||
OnReceive(info);
|
||||
OnReceive?.Invoke(info);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user