remote control progress

This commit is contained in:
Luke Pulverenti
2013-05-30 15:58:07 -04:00
parent a880a44f4a
commit 3387dac01d
4 changed files with 8 additions and 3 deletions

View File

@@ -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);
}