summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/de/danoeh/antennapod/asynctask/DownloadStatus.java1
1 files changed, 1 insertions, 0 deletions
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. */