mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 09:38:25 +00:00
Rebase
This commit is contained in:
parent
a8fde5e89c
commit
0c1b9d3bff
27 changed files with 158 additions and 156 deletions
|
|
@ -180,7 +180,7 @@ namespace Emby.Server.Implementations.HttpServer
|
|||
if (!message.StartsWith("{", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
// This info is useful sometimes but also clogs up the log
|
||||
//_logger.Error("Received web socket message that is not a json structure: " + message);
|
||||
//_lLogError("Received web socket message that is not a json structure: " + message);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue