Add rip job type

This commit is contained in:
Stu Leak 2025-12-23 21:22:37 -05:00
parent 992114ce1c
commit a3d9f868c1

View File

@ -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