mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-05 08:40:11 -04:00
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);
|
||||
|
||||
var containerInternal = Path.GetExtension(state.RequestedUrl);
|
||||
string? containerInternal = Path.GetExtension(state.RequestedUrl);
|
||||
|
||||
if (string.IsNullOrEmpty(streamingRequest.Container))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user