fix mp2 in dlna profile

This commit is contained in:
Luke Pulverenti 2015-02-05 16:14:19 -05:00
parent bde06629da
commit 4ae6b5f675
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{