aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/downloads.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/app/downloads.service.ts')
-rw-r--r--ui/src/app/downloads.service.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/app/downloads.service.ts b/ui/src/app/downloads.service.ts
index 823aa60..935feba 100644
--- a/ui/src/app/downloads.service.ts
+++ b/ui/src/app/downloads.service.ts
@@ -14,6 +14,7 @@ interface Download {
title: string;
url: string,
status: string;
+ msg: string;
percent: number;
speed: number;
eta: number;
bgstack15