Fix build part 2

This commit is contained in:
David 2020-07-22 20:13:51 +02:00
parent 1cb20f9181
commit cff9772e14

View File

@ -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))
{ {