Download high quality cover art
This commit is contained in:
parent
5d5e3a6671
commit
1bf86b05ec
4 changed files with 20 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue