aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.json.example
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-04-04 22:17:11 -0400
committerGitHub <[email protected]>2020-04-04 22:17:11 -0400
commit8134b5a67e96bbc4168043adaa8f645e3043bdb6 (patch)
treea529af8c277489c7822b9bc59baa97453c471d35 /config.json.example
parentebd6c9c95219cb980b3d440844da72a1a9c90a4c (diff)
downloadSponsorBlock-8134b5a67e96bbc4168043adaa8f645e3043bdb6.tar.gz
SponsorBlock-8134b5a67e96bbc4168043adaa8f645e3043bdb6.zip
Added missing category to example config
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json.example b/config.json.example
index e2a2f44b..90698dd9 100644
--- a/config.json.example
+++ b/config.json.example
@@ -1,5 +1,5 @@
{
"serverAddress": "https://sponsor.ajay.app",
"serverAddressComment": "This specifies the default SponsorBlock server to conect to",
- "categoryList": ["sponsor", "intro", "outro", "interaction", "merchandise"]
-} \ No newline at end of file
+ "categoryList": ["sponsor", "intro", "outro", "interaction", "merchandise", "offtopic"]
+}