mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-08 01:38:11 +00:00
@@ -73,6 +73,11 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
if (audioFormat.EqualsIgnoreCase("ALAC"))
|
||||
{
|
||||
return "ALAC";
|
||||
}
|
||||
|
||||
if (audioFormat.EqualsIgnoreCase("AC-3"))
|
||||
{
|
||||
return "AC3";
|
||||
@@ -168,6 +173,11 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
|
||||
return "AC3";
|
||||
}
|
||||
|
||||
if (audioFormat.EqualsIgnoreCase("ALAC"))
|
||||
{
|
||||
return "ALAC";
|
||||
}
|
||||
|
||||
if (audioFormat.EqualsIgnoreCase("E-AC-3"))
|
||||
{
|
||||
return "EAC3";
|
||||
|
||||
Reference in New Issue
Block a user