Incorrect type for "categories" in GET /api/skipSegments

Zoroark
2020-08-13 16:30:03 +02:00
parent 218b0b38fd
commit be444e6c4e

@@ -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"]
}
```