Fixed improper condition check.
This commit is contained in:
parent
6696317ae6
commit
0c26c34bdd
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user