remove extra using
This commit is contained in:
parent
df5d43132c
commit
bb1fec9da1
|
@ -201,7 +201,7 @@ namespace Jellyfin.Api.Controllers
|
|||
{
|
||||
bool isHeadRequest = Request.Method == System.Net.WebRequestMethods.Http.Head;
|
||||
|
||||
using var cancellationTokenSource = new CancellationTokenSource();
|
||||
var cancellationTokenSource = new CancellationTokenSource();
|
||||
|
||||
StreamingRequestDto streamingRequest = new StreamingRequestDto
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user