diff options
author | Ajay Ramachandran <[email protected]> | 2021-08-18 13:29:02 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-08-18 13:29:02 -0400 |
commit | 3bbc699d9867ba1dc197abffd32458b5cc1ad5ed (patch) | |
tree | 0ec1c81aaae6f58bec44207418e14866007768a8 /config.json.example | |
parent | 53d688f21969d78fbf456f88e151bedb00e49fc7 (diff) | |
download | SponsorBlock-3bbc699d9867ba1dc197abffd32458b5cc1ad5ed.tar.gz SponsorBlock-3bbc699d9867ba1dc197abffd32458b5cc1ad5ed.zip |
Move highlight category on options page
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 f170050e..5793649a 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", "poi_highlight"] + "categoryList": ["sponsor", "selfpromo", "interaction", "poi_highlight", "intro", "outro", "preview", "music_offtopic"] } |