Added retry button for failed download

This commit is contained in:
Rpsl
2021-07-29 11:12:40 +03:00
parent e56ea5c1b7
commit fffba9065a
6 changed files with 55 additions and 14 deletions

View File

@@ -15,6 +15,7 @@ interface Download {
url: string,
status: string;
msg: string;
quality: string;
percent: number;
speed: number;
eta: number;