mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 22:47:52 +02:00
Add numbers to JobTypes (and type documentation)
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
"links": string[][],
|
||||
"year": int,
|
||||
"originalLanguage": string,
|
||||
"releaseStatus": ReleaseStatus,
|
||||
"releaseStatus": ReleaseStatus, see ReleaseStatus
|
||||
"folderName": string,
|
||||
"publicationId": string,
|
||||
"internalId": string,
|
||||
@ -53,7 +53,7 @@
|
||||
## Job
|
||||
```
|
||||
{
|
||||
jobType: number,
|
||||
jobType: number, see JobType
|
||||
mangaInternalId: string,
|
||||
translatedLanguage: string,
|
||||
progressToken: ProgressToken,
|
||||
@ -67,6 +67,16 @@
|
||||
}
|
||||
```
|
||||
|
||||
## JobType
|
||||
```
|
||||
{
|
||||
DownloadChapterJob = 0,
|
||||
DownloadNewChaptersJob = 1,
|
||||
UpdateMetaDataJob = 2,
|
||||
MonitorManga = 3
|
||||
}
|
||||
```
|
||||
|
||||
## ProgressToken
|
||||
```
|
||||
{
|
||||
|
Reference in New Issue
Block a user