aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.json.example
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-05-10 20:12:35 -0400
committerAjay Ramachandran <[email protected]>2020-05-10 20:12:35 -0400
commit6942bcb4182a99ea615cf5882ef8951eab3fc315 (patch)
tree6d62fbc2c42746c129f3dd3c05b5b830bfbedee7 /config.json.example
parenta335ae2b727a00bd2cd0c3ce6dab1e55bf7674bd (diff)
downloadSponsorBlock-6942bcb4182a99ea615cf5882ef8951eab3fc315.tar.gz
SponsorBlock-6942bcb4182a99ea615cf5882ef8951eab3fc315.zip
Remove livestream category.
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index a80502a0..aad02a3c 100644
--- a/config.json.example
+++ b/config.json.example
@@ -2,5 +2,5 @@
"serverAddress": "https://sponsor.ajay.app",
"testingServerAddress": "https://sponsor.ajay.app/test",
"serverAddressComment": "This specifies the default SponsorBlock server to conect to",
- "categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "music_offtopic", "livestream_messages"]
+ "categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "music_offtopic"]
}