diff --git a/config.json.example b/config.json.example index ffc482a5..44797b0c 100644 --- a/config.json.example +++ b/config.json.example @@ -2,7 +2,7 @@ "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", "chapter"], "categorySupport": { "sponsor": ["skip", "mute"], "selfpromo": ["skip", "mute"], @@ -11,6 +11,7 @@ "outro": ["skip"], "preview": ["skip"], "music_offtopic": ["skip"], - "poi_highlight": ["skip"] + "poi_highlight": ["skip"], + "chapter": ["chapter"] } } diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index a4422703..cc37d90e 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -365,9 +365,11 @@ class SponsorTimeEditComponent extends React.Component