mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
remote control progress
This commit is contained in:
parent
a880a44f4a
commit
3387dac01d
4 changed files with 8 additions and 3 deletions
|
|
@ -308,7 +308,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
|
||||
RaiseReceiveWebRequest(context);
|
||||
|
||||
await Task.Run(() =>
|
||||
await Task.Factory.StartNew(() =>
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
@ -318,6 +318,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
{
|
||||
_logger.ErrorException("ProcessRequest failure", ex);
|
||||
}
|
||||
|
||||
}).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue