Add rip job type

This commit is contained in:
Stu Leak 2025-12-23 21:22:37 -05:00
parent faef905f18
commit e1af8181c0

View File

@ -23,6 +23,7 @@ const (
JobTypeThumb JobType = "thumb"
JobTypeSnippet JobType = "snippet"
JobTypeAuthor JobType = "author"
JobTypeRip JobType = "rip"
)
// JobStatus represents the current state of a job