mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Merge pull request #7118 from crobibero/audio-stream-null
This commit is contained in:
@@ -1236,7 +1236,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
return (false, TranscodeReason.ContainerBitrateExceedsLimit);
|
||||
}
|
||||
|
||||
if (audioStream.IsExternal)
|
||||
if (audioStream?.IsExternal == true)
|
||||
{
|
||||
return (false, TranscodeReason.AudioIsExternal);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user