aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.json.example
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-10-14 00:03:48 -0400
committerAjay Ramachandran <[email protected]>2021-10-14 00:03:48 -0400
commitf2c1ee48946f4ea7d03e05f2f5fb1c365cd59bfb (patch)
treedfc1637a54446352794e9601a4e27b213a96f1b2 /config.json.example
parentacd2720372837efca09d8ef11d13217be0b33d32 (diff)
downloadSponsorBlock-f2c1ee48946f4ea7d03e05f2f5fb1c365cd59bfb.tar.gz
SponsorBlock-f2c1ee48946f4ea7d03e05f2f5fb1c365cd59bfb.zip
Use default action type from config
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.json.example b/config.json.example
index ffc482a5..44797b0c 100644
--- a/config.json.example
+++ b/config.json.example
@@ -2,7 +2,7 @@
"serverAddress": "https://sponsor.ajay.app",
"testingServerAddress": "https://sponsor.ajay.app/test",
"serverAddressComment": "This specifies the default SponsorBlock server to connect to",
- "categoryList": ["sponsor", "selfpromo", "interaction", "poi_highlight", "intro", "outro", "preview", "music_offtopic"],
+ "categoryList": ["sponsor", "selfpromo", "interaction", "poi_highlight", "intro", "outro", "preview", "music_offtopic", "chapter"],
"categorySupport": {
"sponsor": ["skip", "mute"],
"selfpromo": ["skip", "mute"],
@@ -11,6 +11,7 @@
"outro": ["skip"],
"preview": ["skip"],
"music_offtopic": ["skip"],
- "poi_highlight": ["skip"]
+ "poi_highlight": ["skip"],
+ "chapter": ["chapter"]
}
}