Add rip job type
This commit is contained in:
parent
faef905f18
commit
e1af8181c0
|
|
@ -23,6 +23,7 @@ const (
|
||||||
JobTypeThumb JobType = "thumb"
|
JobTypeThumb JobType = "thumb"
|
||||||
JobTypeSnippet JobType = "snippet"
|
JobTypeSnippet JobType = "snippet"
|
||||||
JobTypeAuthor JobType = "author"
|
JobTypeAuthor JobType = "author"
|
||||||
|
JobTypeRip JobType = "rip"
|
||||||
)
|
)
|
||||||
|
|
||||||
// JobStatus represents the current state of a job
|
// JobStatus represents the current state of a job
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user