mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 20:17:02 +03:00
Add hook category
This commit is contained in:
@@ -19,7 +19,7 @@ addDefaults(config, {
|
|||||||
privateDBSchema: "./databases/_private.db.sql",
|
privateDBSchema: "./databases/_private.db.sql",
|
||||||
readOnly: false,
|
readOnly: false,
|
||||||
webhooks: [],
|
webhooks: [],
|
||||||
categoryList: ["sponsor", "selfpromo", "exclusive_access", "interaction", "intro", "outro", "preview", "music_offtopic", "filler", "poi_highlight", "chapter"],
|
categoryList: ["sponsor", "selfpromo", "exclusive_access", "interaction", "intro", "outro", "preview", "hook", "music_offtopic", "filler", "poi_highlight", "chapter"],
|
||||||
casualCategoryList: ["funny", "creative", "clever", "descriptive", "other"],
|
casualCategoryList: ["funny", "creative", "clever", "descriptive", "other"],
|
||||||
categorySupport: {
|
categorySupport: {
|
||||||
sponsor: ["skip", "mute", "full"],
|
sponsor: ["skip", "mute", "full"],
|
||||||
@@ -29,6 +29,7 @@ addDefaults(config, {
|
|||||||
intro: ["skip", "mute"],
|
intro: ["skip", "mute"],
|
||||||
outro: ["skip", "mute"],
|
outro: ["skip", "mute"],
|
||||||
preview: ["skip", "mute"],
|
preview: ["skip", "mute"],
|
||||||
|
hook: ["skip", "mute"],
|
||||||
filler: ["skip", "mute"],
|
filler: ["skip", "mute"],
|
||||||
music_offtopic: ["skip"],
|
music_offtopic: ["skip"],
|
||||||
poi_highlight: ["poi"],
|
poi_highlight: ["poi"],
|
||||||
|
|||||||
Reference in New Issue
Block a user