added new indicators

This commit is contained in:
Luke Pulverenti 2013-04-10 00:38:04 -04:00
parent ff6867b816
commit f9a02642c3

View file

@ -135,7 +135,7 @@ namespace MediaBrowser.Api.Playback.Progressive
}
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))
{