From be444e6c4ed61ab4df899a24c7b98fe81170dba9 Mon Sep 17 00:00:00 2001 From: Zoroark Date: Thu, 13 Aug 2020 16:30:03 +0200 Subject: [PATCH] Incorrect type for "categories" in GET /api/skipSegments --- API-Docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Docs.md b/API-Docs.md index 8174d59..8d30060 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -20,7 +20,7 @@ ________________________________________________________________________________ videoID: string, category: string // Optional, defaults to "sponsor". See [the category list](https://raw.githubusercontent.com/ajayyy/SponsorBlock/master/config.json.example) - categories: JSON.stringify(string[]) // Use instead of "category" if you want multiple categories. Will look like ["sponsor","intro"] + categories: string[] // Use instead of "category" if you want multiple categories. Will look like ["sponsor","intro"] } ```