mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
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