mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Add plain "ES" audioProfile. (#569)
This commit is contained in:

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";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user