Skip to content

Commit 6a61747

Browse files
committed
Allow chapter submission
1 parent 420317a commit 6a61747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ addDefaults(config, {
2020
privateDBSchema: "./databases/_private.db.sql",
2121
readOnly: false,
2222
webhooks: [],
23-
categoryList: ["sponsor", "selfpromo", "exclusive_access", "interaction", "intro", "outro", "preview", "music_offtopic", "filler", "poi_highlight"],
23+
categoryList: ["sponsor", "selfpromo", "exclusive_access", "interaction", "intro", "outro", "preview", "music_offtopic", "filler", "poi_highlight", "chapter"],
2424
categorySupport: {
2525
sponsor: ["skip", "mute", "full"],
2626
selfpromo: ["skip", "mute", "full"],

0 commit comments

Comments
 (0)