Fixed improper condition check.

This commit is contained in:
Michael Bucari-Tovo 2021-06-30 18:11:56 -06:00
parent 6696317ae6
commit 0c26c34bdd

View File

@ -119,7 +119,8 @@ namespace FileLiberator
{ {
RequestCoverArt?.Invoke(this, aaxcDownloader.SetCoverArt); RequestCoverArt?.Invoke(this, aaxcDownloader.SetCoverArt);
} }
else
if (e is not null)
{ {
CoverImageFilepathDiscovered?.Invoke(this, e); CoverImageFilepathDiscovered?.Invoke(this, e);
} }