fix mp2 in dlna profile

This commit is contained in:
Luke Pulverenti 2015-02-05 16:14:19 -05:00
parent bde06629da
commit 4ae6b5f675

View file

@ -109,7 +109,7 @@ namespace MediaBrowser.Model.Dlna
return new List<MediaFormatProfile> { MediaFormatProfile.AVC_TS_HD_DTS_T }; return new List<MediaFormatProfile> { MediaFormatProfile.AVC_TS_HD_DTS_T };
} }
if (StringHelper.EqualsIgnoreCase(audioCodec, "mp3")) if (StringHelper.EqualsIgnoreCase(audioCodec, "mp2"))
{ {
if (timestampType == TransportStreamTimestamp.None) if (timestampType == TransportStreamTimestamp.None)
{ {