Inverted if statement
This commit is contained in:
parent
81db323f88
commit
9fc1a8b619
|
@ -169,7 +169,7 @@ namespace Jellyfin.Api.Helpers
|
|||
|
||||
string? containerInternal = Path.GetExtension(state.RequestedUrl);
|
||||
|
||||
if (string.IsNullOrEmpty(streamingRequest.Container))
|
||||
if (!string.IsNullOrEmpty(streamingRequest.Container))
|
||||
{
|
||||
containerInternal = streamingRequest.Container;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user