diff options
author | Ajay Ramachandran <[email protected]> | 2021-03-30 22:50:36 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-03-30 22:50:36 -0400 |
commit | a10d7c338cc5f486351bc350780ffb8377e69b5d (patch) | |
tree | d2f300e66b5e15cafff4fc7ecfd4ee9d039985d9 /config.json.example | |
parent | 3ff5fdb3a10d09de34d979f696133c17b5b58c31 (diff) | |
download | SponsorBlock-a10d7c338cc5f486351bc350780ffb8377e69b5d.tar.gz SponsorBlock-a10d7c338cc5f486351bc350780ffb8377e69b5d.zip |
Add preview category
Closes https://github.com/ajayyy/SponsorBlock/issues/444
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 09cf2bba..0d5db7f5 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 connect to", - "categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "music_offtopic"] + "categoryList": ["sponsor", "selfpromo", "interaction", "intro", "outro", "preview", "music_offtopic"] } |