mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-05 17:56:18 +00:00
Fix build part 2
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user