From a12b6cca1175b475e5926c085a21ea15cf820a2a Mon Sep 17 00:00:00 2001 From: Brahim Hadriche Date: Sat, 14 Oct 2023 15:53:20 -0400 Subject: [PATCH] Removed "chapter" from SponsorBlock categories --- CHANGELOG.md | 1 + .../src/components/Services/SponsorBlock/SponsorBlockService.bs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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()