From e1af8181c0735cbc279225a3a2990f5588a8fdbd Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Tue, 23 Dec 2025 21:22:37 -0500 Subject: [PATCH] Add rip job type --- internal/queue/queue.go | 1 + 1 file changed, 1 insertion(+) 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