diff options
author | Ajay <[email protected]> | 2022-01-02 23:35:24 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2022-01-02 23:35:24 -0500 |
commit | d36b4a54f3154fdcfbd2e5f059c401bdd6ceeee3 (patch) | |
tree | 235bb7fca965ecd06eb69be389d7e4695b655f4d /config.json.example | |
parent | 6ed946c99829079dd5f5978bf37710453f8a4b9d (diff) | |
download | SponsorBlock-d36b4a54f3154fdcfbd2e5f059c401bdd6ceeee3.tar.gz SponsorBlock-d36b4a54f3154fdcfbd2e5f059c401bdd6ceeee3.zip |
Allow submitting as full video
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json.example b/config.json.example index 7ff22bb7..0a587e3c 100644 --- a/config.json.example +++ b/config.json.example @@ -4,8 +4,8 @@ "serverAddressComment": "This specifies the default SponsorBlock server to connect to", "categoryList": ["sponsor", "selfpromo", "interaction", "poi_highlight", "intro", "outro", "preview", "filler", "music_offtopic"], "categorySupport": { - "sponsor": ["skip", "mute"], - "selfpromo": ["skip", "mute"], + "sponsor": ["skip", "mute", "full"], + "selfpromo": ["skip", "mute", "full"], "interaction": ["skip", "mute"], "intro": ["skip", "mute"], "outro": ["skip", "mute"], |