Mass yt publishing.
[audio.git] / src / archive / constants.py
index 3493e00..7114533 100644 (file)
@@ -1,7 +1,8 @@
 from django.utils.translation import gettext_lazy as _
 
+
 class status:
-    QUEUED = 1
+    QUEUED = 5
     WAITING = 10
     ENCODING = 20
     TAGGING = 30
@@ -14,7 +15,7 @@ class status:
     SETTING_THUMBNAIL = 110
 
     choices = [
-        (QUEUED, _('Queued')),
+        (QUEUED, _("Queued")),
         (WAITING, _('Waiting')),
         (ENCODING, _('Encoding')),
         (TAGGING, _('Tagging')),