Fix build part 2
This commit is contained in:
parent
1cb20f9181
commit
cff9772e14
|
@ -185,7 +185,7 @@ namespace Jellyfin.Api.Helpers
|
||||||
|
|
||||||
encodingHelper.AttachMediaSourceInfo(state, mediaSource, url);
|
encodingHelper.AttachMediaSourceInfo(state, mediaSource, url);
|
||||||
|
|
||||||
var containerInternal = Path.GetExtension(state.RequestedUrl);
|
string? containerInternal = Path.GetExtension(state.RequestedUrl);
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(streamingRequest.Container))
|
if (string.IsNullOrEmpty(streamingRequest.Container))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user