diff --git a/internal/queue/queue.go b/internal/queue/queue.go index 4c76216..f081979 100644 --- a/internal/queue/queue.go +++ b/internal/queue/queue.go @@ -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