Change discards

This commit is contained in:
Bond-009
2019-02-13 16:44:58 +01:00
parent 7cc69f30c4
commit 43cf11aa35
3 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ namespace Jellyfin.Server.SocketSharp
private void ProcessContext(HttpListenerContext context)
{
var _ = Task.Run(async () => await InitTask(context, _disposeCancellationToken));
_ = Task.Run(async () => await InitTask(context, _disposeCancellationToken));
}
private static void LogRequest(ILogger logger, HttpListenerRequest request)