mirror of https://github.com/Radarr/Radarr
Add plain "ES" audioProfile. (#569)
This commit is contained in:
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…
Reference in New Issue