mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Merge pull request #7118 from crobibero/audio-stream-null
This commit is contained in:
commit
6b4f5a8663
1 changed files with 1 additions and 1 deletions
|
@ -1236,7 +1236,7 @@ namespace MediaBrowser.Model.Dlna
|
|||
return (false, TranscodeReason.ContainerBitrateExceedsLimit);
|
||||
}
|
||||
|
||||
if (audioStream.IsExternal)
|
||||
if (audioStream?.IsExternal == true)
|
||||
{
|
||||
return (false, TranscodeReason.AudioIsExternal);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue