diff --git a/src/de/danoeh/antennapod/asynctask/DownloadStatus.java b/src/de/danoeh/antennapod/asynctask/DownloadStatus.java index febd1c880..ff41034e2 100644 --- a/src/de/danoeh/antennapod/asynctask/DownloadStatus.java +++ b/src/de/danoeh/antennapod/asynctask/DownloadStatus.java @@ -62,6 +62,7 @@ public class DownloadStatus { this.reason = reason; this.successful = successful; this.completionDate = completionDate; + this.reasonDetailed = reasonDetailed; } /** Constructor for creating new completed downloads. */