Refined changes to BookLiberation
This commit is contained in:
parent
0045cf05ef
commit
687591e08e
16 changed files with 331 additions and 62 deletions
|
|
@ -34,7 +34,7 @@ namespace FileLiberator
|
|||
}
|
||||
private void OnProgressChanged(object sender, DownloadProgress e)
|
||||
{
|
||||
StreamingProgressChanged?.Invoke(this, e);
|
||||
StreamingProgressChanged.Invoke(this, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue