mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-24 06:38:17 +03:00
Incorrect type for "categories" in GET /api/skipSegments
@@ -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"]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user