This commit is contained in:
Janne Mareike Koschinski 2024-04-25 09:15:45 -04:00 committed by GitHub
commit bf25f4c990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1219,7 +1219,7 @@ namespace MediaBrowser.Model.Dlna
TranscodeReason audioCodecProfileReasons = 0;
// Check container type
if (!directPlayProfile.SupportsContainer(container))
if (!directPlayProfile.SupportsContainer(container) && container != "hls")
{
directPlayProfileReasons |= TranscodeReason.ContainerNotSupported;
}