Fix #447
This commit is contained in:
parent
08bb463560
commit
67b6aaed99
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue