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 };
|
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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user