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:
1
src/typings.d.ts
vendored
1
src/typings.d.ts
vendored
@@ -155,6 +155,7 @@ interface IDownloadChapter{
|
||||
state: 'Queued' | 'Downloading' | 'Finished' | 'Error'
|
||||
progress: number
|
||||
chapter: IChapter
|
||||
manga: IManga
|
||||
}
|
||||
|
||||
interface IQueue {
|
||||
|
||||
Reference in New Issue
Block a user