diff options
author | Ajay Ramachandran <[email protected]> | 2021-09-04 01:44:09 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-09-04 01:44:09 -0400 |
commit | 2c1f5f16c2c60dd21973dd91d0226ec0980e1ea8 (patch) | |
tree | 032b0a3693358ef7c3b0f909ef341b86517e8bc9 /config.json.example | |
parent | 0e7a298967bab4e1c687555db53f955d3195b139 (diff) | |
download | SponsorBlock-2c1f5f16c2c60dd21973dd91d0226ec0980e1ea8.tar.gz SponsorBlock-2c1f5f16c2c60dd21973dd91d0226ec0980e1ea8.zip |
Only show mute option for supported categories
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index 5793649a..ffc482a5 100644 --- a/config.json.example +++ b/config.json.example @@ -2,5 +2,15 @@ "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", "poi_highlight", "intro", "outro", "preview", "music_offtopic"] + "categoryList": ["sponsor", "selfpromo", "interaction", "poi_highlight", "intro", "outro", "preview", "music_offtopic"], + "categorySupport": { + "sponsor": ["skip", "mute"], + "selfpromo": ["skip", "mute"], + "interaction": ["skip", "mute"], + "intro": ["skip"], + "outro": ["skip"], + "preview": ["skip"], + "music_offtopic": ["skip"], + "poi_highlight": ["skip"] + } } |