From 6a61747573438c0977090db8aab3fc8e5fec7410 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 2 Sep 2022 14:55:20 -0400 Subject: [PATCH] Allow chapter submission --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 8d3dbeb..96f65de 100644 --- a/src/config.ts +++ b/src/config.ts @@ -20,7 +20,7 @@ addDefaults(config, { privateDBSchema: "./databases/_private.db.sql", readOnly: false, webhooks: [], - categoryList: ["sponsor", "selfpromo", "exclusive_access", "interaction", "intro", "outro", "preview", "music_offtopic", "filler", "poi_highlight"], + categoryList: ["sponsor", "selfpromo", "exclusive_access", "interaction", "intro", "outro", "preview", "music_offtopic", "filler", "poi_highlight", "chapter"], categorySupport: { sponsor: ["skip", "mute", "full"], selfpromo: ["skip", "mute", "full"],