diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f10ecf..60abd367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Cache format so it does less parsing work +- Removed "chapter" from SponsorBlock categories ## [0.13.1] - 2023-10-08 diff --git a/playlet-lib/src/components/Services/SponsorBlock/SponsorBlockService.bs b/playlet-lib/src/components/Services/SponsorBlock/SponsorBlockService.bs index bbdfb336..c35ad22e 100644 --- a/playlet-lib/src/components/Services/SponsorBlock/SponsorBlockService.bs +++ b/playlet-lib/src/components/Services/SponsorBlock/SponsorBlockService.bs @@ -54,7 +54,7 @@ namespace SponsorBlock return invalid end if - categories = ["sponsor", "selfpromo", "interaction", "intro", "outro", "preview", "music_offtopic", "poi_highlight", "chapter", "filler", "exclusive_access"] + categories = ["sponsor", "selfpromo", "interaction", "intro", "outro", "preview", "music_offtopic", "poi_highlight", "filler", "exclusive_access"] actionTypes = ["skip", "mute", "chapter", "full", "poi"] categoriesJson = FormatJson(categories).EncodeUriComponent()