diff --git a/CollectionManagerExtensionsDll/Modules/DownloadManager/API/DownloadManager.cs b/CollectionManagerExtensionsDll/Modules/DownloadManager/API/DownloadManager.cs index 3967f59..f5a6fef 100644 --- a/CollectionManagerExtensionsDll/Modules/DownloadManager/API/DownloadManager.cs +++ b/CollectionManagerExtensionsDll/Modules/DownloadManager/API/DownloadManager.cs @@ -177,7 +177,7 @@ private void Completed(object sender, AsyncCompletedEventArgs e) else if (e.Error != null) { url.OtherError = true; - url.Error = "Error: " + e.ToString(); + url.Error = "Error: " + e.Error.ToString(); error = true; } if (error)