more Download Queue info (#138)

* Download Queue info

add Imanga type definition to IDownloadChapter

add source name to queue
add manga name to queue

* more like tachi

* add back state and % data

* yup forgot to remove after
This commit is contained in:
robo
2022-03-03 21:05:14 +00:00
committed by GitHub
parent 03df6fbdf6
commit 06aa40630f
2 changed files with 42 additions and 11 deletions

1
src/typings.d.ts vendored
View File

@@ -155,6 +155,7 @@ interface IDownloadChapter{
state: 'Queued' | 'Downloading' | 'Finished' | 'Error'
progress: number
chapter: IChapter
manga: IManga
}
interface IQueue {