Fixed improper condition check.
This commit is contained in:
parent
6696317ae6
commit
0c26c34bdd
1 changed files with 2 additions and 1 deletions
|
|
@ -119,7 +119,8 @@ namespace FileLiberator
|
|||
{
|
||||
RequestCoverArt?.Invoke(this, aaxcDownloader.SetCoverArt);
|
||||
}
|
||||
else
|
||||
|
||||
if (e is not null)
|
||||
{
|
||||
CoverImageFilepathDiscovered?.Invoke(this, e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue