mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Update MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
62204dce00
commit
c29e8ffe1d
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ namespace MediaBrowser.Controller.Net
|
|||
catch (Exception ex)
|
||||
{
|
||||
// TODO Investigate and properly fix.
|
||||
Logger.LogError(ex, "Object Disposed Exception");
|
||||
Logger.LogError(ex, "Error disposing websocket");
|
||||
}
|
||||
|
||||
lock (_activeConnections)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue