mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
added dual pass image extraction
This commit is contained in:
@@ -357,10 +357,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
_logger.ErrorException("AcceptWebSocketAsync error", ex);
|
||||
|
||||
ctx.Response.StatusCode = 500;
|
||||
}
|
||||
finally
|
||||
{
|
||||
ctx.Response.Close();
|
||||
ctx.Response.Close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user