Refined changes to BookLiberation

This commit is contained in:
Michael Bucari-Tovo 2021-08-11 20:22:36 -06:00
parent 0045cf05ef
commit 687591e08e
16 changed files with 331 additions and 62 deletions

View file

@ -34,7 +34,7 @@ namespace FileLiberator
}
private void OnProgressChanged(object sender, DownloadProgress e)
{
StreamingProgressChanged?.Invoke(this, e);
StreamingProgressChanged.Invoke(this, e);
}
}
}