diff options
author | Ajay Ramachandran <[email protected]> | 2021-08-17 22:05:19 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-08-17 22:05:19 -0400 |
commit | 8b348a2aeba501a003da4544d091040246e60a51 (patch) | |
tree | 3e162dd634746ac700d4e3e9d1be77e01965ad8c /config.json.example | |
parent | 28096e1ba669f980b77684bcccef22755d59420d (diff) | |
download | SponsorBlock-8b348a2aeba501a003da4544d091040246e60a51.tar.gz SponsorBlock-8b348a2aeba501a003da4544d091040246e60a51.zip |
Rename highlight category to poi_highlight
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 fae36834..f170050e 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", "selfpromo", "interaction", "intro", "outro", "preview", "music_offtopic", "highlight"] + "categoryList": ["sponsor", "selfpromo", "interaction", "intro", "outro", "preview", "music_offtopic", "poi_highlight"] } |