diff options
author | Ajay Ramachandran <[email protected]> | 2020-04-09 16:40:42 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-04-09 16:40:42 -0400 |
commit | 74a4ef0692add473ada9e7da95ac7c579fd26ea5 (patch) | |
tree | 5b828eea007266ef4a4fee60618b92eea567415e /config.json.example | |
parent | 2d55ea0fc576bfe25a1c0ca76c35a512b005e013 (diff) | |
download | SponsorBlock-74a4ef0692add473ada9e7da95ac7c579fd26ea5.tar.gz SponsorBlock-74a4ef0692add473ada9e7da95ac7c579fd26ea5.zip |
Changed name of merch category
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index 451d8c14..0919d30e 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", "merchandise", "offtopic"] + "categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "offtopic"] } |