Add rip job type
This commit is contained in:
parent
992114ce1c
commit
a3d9f868c1
|
|
@ -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