From 67b6aaed99c825c153c5555f3fa1cf7663414015 Mon Sep 17 00:00:00 2001 From: Mbucari Date: Wed, 11 Jan 2023 16:08:01 -0700 Subject: [PATCH] Fix #447 --- Source/AaxDecrypter/AaxcDownloadConvertBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/AaxDecrypter/AaxcDownloadConvertBase.cs b/Source/AaxDecrypter/AaxcDownloadConvertBase.cs index dc4eeb66..c42fc4d4 100644 --- a/Source/AaxDecrypter/AaxcDownloadConvertBase.cs +++ b/Source/AaxDecrypter/AaxcDownloadConvertBase.cs @@ -32,7 +32,7 @@ namespace AaxDecrypter AaxFile.AppleTags.Album = AaxFile.AppleTags.Album?.Replace(" (Unabridged)", ""); } - if (DownloadOptions.FixupFile) + if (DownloadOptions.FixupFile && !string.IsNullOrWhiteSpace(AaxFile.AppleTags.Narrator)) AaxFile.AppleTags.AppleListBox.EditOrAddTag("TCOM", AaxFile.AppleTags.Narrator); //Finishing configuring lame encoder.