Add plain "ES" audioProfile. (#569)

pull/571/head
Chris Allen 8 years ago committed by Leonardo Galli
parent 0bfa01f072
commit 0c50aa7872

@ -747,7 +747,7 @@ namespace NzbDrone.Core.Organizer
break;
case "DTS":
if (movieFile.MediaInfo.AudioProfile == "ES Discrete" || movieFile.MediaInfo.AudioProfile == "ES Matrix")
if (movieFile.MediaInfo.AudioProfile == "ES" || movieFile.MediaInfo.AudioProfile == "ES Discrete" || movieFile.MediaInfo.AudioProfile == "ES Matrix")
{
audioCodec = "DTS-ES";
}

Loading…
Cancel
Save