ReasonDetailed wasn't loaded on startup
This commit is contained in:
parent
47b27cc07d
commit
844e15c841
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue