diff --git a/src/Downloader/AbstractDownloadService.cs b/src/Downloader/AbstractDownloadService.cs index 05fc688..481fb74 100644 --- a/src/Downloader/AbstractDownloadService.cs +++ b/src/Downloader/AbstractDownloadService.cs @@ -461,7 +461,7 @@ public void AddLogger(ILogger logger) /// /// Disposes of the download service, including clearing the current download operation. /// - public virtual void Dispose() + public void Dispose() { Clear().Wait(); }