mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
remove extra using
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user