ReasonDetailed wasn't loaded on startup

This commit is contained in:
daniel oeh 2012-09-20 19:38:48 +02:00
parent 47b27cc07d
commit 844e15c841
1 changed files with 1 additions and 0 deletions

View File

@ -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. */