remove extra using

This commit is contained in:
crobibero 2020-07-29 16:43:53 -06:00
parent df5d43132c
commit bb1fec9da1

View file

@ -201,7 +201,7 @@ namespace Jellyfin.Api.Controllers
{ {
bool isHeadRequest = Request.Method == System.Net.WebRequestMethods.Http.Head; bool isHeadRequest = Request.Method == System.Net.WebRequestMethods.Http.Head;
using var cancellationTokenSource = new CancellationTokenSource(); var cancellationTokenSource = new CancellationTokenSource();
StreamingRequestDto streamingRequest = new StreamingRequestDto StreamingRequestDto streamingRequest = new StreamingRequestDto
{ {