Add plain "ES" audioProfile. (#569)

This commit is contained in:
Chris Allen 2017-02-02 11:13:48 +13:00 committed by Leonardo Galli
parent 0bfa01f072
commit 0c50aa7872
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}