improved error handling
This commit is contained in:
@@ -14,6 +14,7 @@ interface Download {
|
||||
title: string;
|
||||
url: string,
|
||||
status: string;
|
||||
msg: string;
|
||||
percent: number;
|
||||
speed: number;
|
||||
eta: number;
|
||||
|
||||
Reference in New Issue
Block a user