mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
remote control progress
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user