Added null check.

This commit is contained in:
Michael Bucari-Tovo 2021-07-02 15:58:37 -06:00
parent 81195e382e
commit 097bda2d25

View File

@ -218,7 +218,7 @@ namespace FileLiberator
public void Cancel()
{
aaxcDownloader.Cancel();
aaxcDownloader?.Cancel();
}
}
}