mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-01 01:31:50 -05:00
@@ -108,6 +108,11 @@ public static string FormatAudioCodec(MediaInfoModel mediaInfo)
|
||||
return "FLAC";
|
||||
}
|
||||
|
||||
if (audioFormat.Trim().EqualsIgnoreCase("MLP"))
|
||||
{
|
||||
return "MLP";
|
||||
}
|
||||
|
||||
if (audioFormat.Trim().EqualsIgnoreCase("mp3"))
|
||||
{
|
||||
return "MP3";
|
||||
@@ -193,6 +198,11 @@ public static string FormatAudioCodecLegacy(MediaInfoModel mediaInfo)
|
||||
return "MP3";
|
||||
}
|
||||
|
||||
if (audioFormat.EqualsIgnoreCase("MLP"))
|
||||
{
|
||||
return "MLP";
|
||||
}
|
||||
|
||||
if (audioFormat.EqualsIgnoreCase("DTS"))
|
||||
{
|
||||
return "DTS";
|
||||
|
||||
Reference in New Issue
Block a user