mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
added new indicators
This commit is contained in:
parent
ff6867b816
commit
f9a02642c3
@ -135,7 +135,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
|||||||
}
|
}
|
||||||
else if (string.Equals(extension, ".mp4", StringComparison.OrdinalIgnoreCase))
|
else if (string.Equals(extension, ".mp4", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
contentFeatures = "DLNA.ORG_PN=AVC_MP4_BL_L3_SD_AAC";
|
contentFeatures = "DLNA.ORG_PN=MPEG4_P2_SP_AAC";
|
||||||
}
|
}
|
||||||
else if (string.Equals(extension, ".mpeg", StringComparison.OrdinalIgnoreCase))
|
else if (string.Equals(extension, ".mpeg", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user