diff --git a/FileLiberator/DownloadDecryptBook.cs b/FileLiberator/DownloadDecryptBook.cs index 73d77050..66e57d42 100644 --- a/FileLiberator/DownloadDecryptBook.cs +++ b/FileLiberator/DownloadDecryptBook.cs @@ -119,7 +119,8 @@ namespace FileLiberator { RequestCoverArt?.Invoke(this, aaxcDownloader.SetCoverArt); } - else + + if (e is not null) { CoverImageFilepathDiscovered?.Invoke(this, e); }