mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-29 20:03:56 +01:00
Add plain "ES" audioProfile. (#569)
This commit is contained in:
parent
0bfa01f072
commit
0c50aa7872
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ private void AddMediaInfoTokens(Dictionary<string, Func<TokenMatch, string>> tok
|
|||
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 a new issue