mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
ReasonDetailed wasn't loaded on startup
This commit is contained in:
@ -62,6 +62,7 @@ public class DownloadStatus {
|
|||||||
this.reason = reason;
|
this.reason = reason;
|
||||||
this.successful = successful;
|
this.successful = successful;
|
||||||
this.completionDate = completionDate;
|
this.completionDate = completionDate;
|
||||||
|
this.reasonDetailed = reasonDetailed;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Constructor for creating new completed downloads. */
|
/** Constructor for creating new completed downloads. */
|
||||||
|
|||||||
Reference in New Issue
Block a user