diff options
author | Ajay Ramachandran <[email protected]> | 2020-04-02 01:33:28 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-04-02 01:33:28 -0400 |
commit | d37abcfa9f0b4e2f508f567f563fd85e3235459f (patch) | |
tree | 996e694d2dfecd4fb347a89b622ce41754bf3aa7 /config.json.example | |
parent | 5575eda7b1ef109536aa2db49eddff7cbc2e8a73 (diff) | |
download | SponsorBlock-d37abcfa9f0b4e2f508f567f563fd85e3235459f.tar.gz SponsorBlock-d37abcfa9f0b4e2f508f567f563fd85e3235459f.zip |
Added category list to example config
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index 2f7f0520..e2a2f44b 100644 --- a/config.json.example +++ b/config.json.example @@ -1,4 +1,5 @@ { "serverAddress": "https://sponsor.ajay.app", - "serverAddressComment": "This specifies the default SponsorBlock server to conect to" + "serverAddressComment": "This specifies the default SponsorBlock server to conect to", + "categoryList": ["sponsor", "intro", "outro", "interaction", "merchandise"] }
\ No newline at end of file |