fix invalid skipSegments response body

Simon
2020-05-18 22:48:13 +02:00
parent a6a8f5668c
commit b2ea93f3b0

@@ -25,7 +25,7 @@ ________________________________________________________________________________
**Response**:
```
[{ // Array of this object
segments: float[], //[0, 15.23] start and end time in seconds
segment: float[], //[0, 15.23] start and end time in seconds
UUID: string,
category: string
}]