From 20e1a96a84df4dcf26b857892473b21c54e08a3a Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 4 May 2020 16:27:36 -0400 Subject: [PATCH] Removed off-topic category --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 0919d30e..75b914a9 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", "offtopic"] + "categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo"] }