mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
fix mp2 in dlna profile
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user