mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
de-normalize item by name data. create counts during library scan for fast access.
This commit is contained in:
parent
d078edfb96
commit
740a10a4e3
63 changed files with 1923 additions and 971 deletions
|
|
@ -81,6 +81,10 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
{
|
||||
bytes = await ReceiveBytesAsync(CancellationToken.None).ConfigureAwait(false);
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
break;
|
||||
}
|
||||
catch (WebSocketException ex)
|
||||
{
|
||||
_logger.ErrorException("Error receiving web socket message", ex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue