Allow submitting full sponsors and selfpromo

This commit is contained in:
Ajay
2022-01-02 22:38:06 -05:00
parent 09eec5a4a5
commit 8fef35dbbc
4 changed files with 44 additions and 6 deletions

View File

@@ -21,8 +21,8 @@ addDefaults(config, {
webhooks: [],
categoryList: ["sponsor", "selfpromo", "interaction", "intro", "outro", "preview", "music_offtopic", "filler", "poi_highlight", "chapter"],
categorySupport: {
sponsor: ["skip", "mute"],
selfpromo: ["skip", "mute"],
sponsor: ["skip", "mute", "full"],
selfpromo: ["skip", "mute", "full"],
interaction: ["skip", "mute"],
intro: ["skip", "mute"],
outro: ["skip", "mute"],