mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-18 13:38:25 +03:00
Fix sponsorTimes array
@@ -14,8 +14,8 @@ ________________________________________________________________________________
|
||||
**Response**:
|
||||
```
|
||||
{
|
||||
sponsorTimes: array [float],
|
||||
UUIDs: array [string] //The ID for this sponsor time, used to submit votes
|
||||
sponsorTimes: [[startTime: float, endTime float]], // Time in seconds
|
||||
UUIDs: string[] //The ID for this sponsor time, used to submit votes
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user