refactor: make USER_QUEUE_MAX a constant

This commit is contained in:
2026-05-27 18:14:08 -04:00
parent a2580b211c
commit a962d42334
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -94,6 +94,7 @@ SPONSORBLOCK_CATEGORY_NAMES = {
"selfpromo": "self promotion",
"sponsor": "sponsored",
}
USER_QUEUE_MAX = 5
YTDL_OPTIONS = {
"color": "never",
"default_search": "auto",