mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix mp2 in dlna profile
This commit is contained in:
parent
bde06629da
commit
4ae6b5f675
@ -109,7 +109,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
return new List<MediaFormatProfile> { MediaFormatProfile.AVC_TS_HD_DTS_T };
|
||||
}
|
||||
|
||||
if (StringHelper.EqualsIgnoreCase(audioCodec, "mp3"))
|
||||
if (StringHelper.EqualsIgnoreCase(audioCodec, "mp2"))
|
||||
{
|
||||
if (timestampType == TransportStreamTimestamp.None)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user