mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Added missing ACC audio format.
This commit is contained in:
parent
8cc02a9d9c
commit
ef5a400c68
@ -54,6 +54,11 @@ public static string FormatAudioCodec(MediaInfoModel mediaInfo)
|
||||
return "EAC3";
|
||||
}
|
||||
|
||||
if (audioFormat == "AAC")
|
||||
{
|
||||
return "AAC";
|
||||
}
|
||||
|
||||
if (audioFormat == "MPEG Audio")
|
||||
{
|
||||
return mediaInfo.AudioProfile == "Layer 3" ? "MP3" : audioFormat;
|
||||
|
Loading…
Reference in New Issue
Block a user