mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Feat: Extension of Download Features, Batch Select, Error/Retry (#38)
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
export interface DownloadQueueItem {
|
||||
progress: number;
|
||||
state: "QUEUED" | "DOWNLOADING" | "FINISHED" | "ERROR";
|
||||
tries: number;
|
||||
chapter: {
|
||||
id: number;
|
||||
name: string;
|
||||
@@ -17,4 +18,4 @@ export interface DownloadStatus {
|
||||
|
||||
export interface Connection<T> {
|
||||
nodes: T[];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user