From 6d4ec823a0601ac5ef7899baab3ef6a064fec4a7 Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 13 Jan 2022 23:53:13 -0500 Subject: [PATCH] Update config --- config.json.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 0a587e3c..fd6afe22 100644 --- a/config.json.example +++ b/config.json.example @@ -2,10 +2,11 @@ "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", "filler", "music_offtopic"], + "categoryList": ["sponsor", "selfpromo", "exclusive_access", "interaction", "poi_highlight", "intro", "outro", "preview", "filler", "music_offtopic"], "categorySupport": { "sponsor": ["skip", "mute", "full"], "selfpromo": ["skip", "mute", "full"], + "exclusive_access": ["full"], "interaction": ["skip", "mute"], "intro": ["skip", "mute"], "outro": ["skip", "mute"], @@ -17,6 +18,7 @@ "wikiLinks": { "sponsor": "https://wiki.sponsor.ajay.app/w/Sponsor", "selfpromo": "https://wiki.sponsor.ajay.app/w/Unpaid/Self_Promotion", + "exclusive_access": "https://wiki.sponsor.ajay.app/w/Exclusive_Access", "interaction": "https://wiki.sponsor.ajay.app/w/Interaction_Reminder_(Subscribe)", "intro": "https://wiki.sponsor.ajay.app/w/Intermission/Intro_Animation", "outro": "https://wiki.sponsor.ajay.app/w/Endcards/Credits",