Download high quality cover art

This commit is contained in:
Mbucari 2023-07-09 09:35:40 -06:00
parent 5d5e3a6671
commit 1bf86b05ec
4 changed files with 20 additions and 14 deletions

View file

@ -118,11 +118,7 @@ namespace AaxDecrypter
public abstract Task CancelAsync();
protected abstract Task<bool> Step_DownloadAndDecryptAudiobookAsync();
public virtual void SetCoverArt(byte[] coverArt)
{
if (coverArt is not null)
OnRetrievedCoverArt(coverArt);
}
public virtual void SetCoverArt(byte[] coverArt) { }
protected void OnRetrievedTitle(string title)
=> RetrievedTitle?.Invoke(this, title);