mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Update MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs
Co-Authored-By: cvium <cvium@users.noreply.github.com>
This commit is contained in:
parent
8c609bc9ce
commit
e4c5d51860
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||||
// Headers only
|
// Headers only
|
||||||
if (isHeadRequest)
|
if (isHeadRequest)
|
||||||
{
|
{
|
||||||
return ResultFactory.GetResult(null, new byte[] { }, contentType, responseHeaders);
|
return ResultFactory.GetResult(null, Array.Empty<byte>(), contentType, responseHeaders);
|
||||||
}
|
}
|
||||||
|
|
||||||
var transcodingLock = ApiEntryPoint.Instance.GetTranscodingLock(outputPath);
|
var transcodingLock = ApiEntryPoint.Instance.GetTranscodingLock(outputPath);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue