Add plain "ES" audioProfile. (#569)

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

@ -747,7 +747,7 @@ namespace NzbDrone.Core.Organizer
break; break;
case "DTS": 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"; audioCodec = "DTS-ES";
} }

Loading…
Cancel
Save