fix(api): 🏷️ Add other video types than the default: scheduled

apparently not a constant anymore
This commit is contained in:
Sebastian Hädrich 2024-04-30 14:37:28 +02:00 committed by GitHub
parent 3c2356b9b4
commit 7a26cf1c76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@
```javascript
{
"type": "video", // Constant
"type": String, // one of: "video", "scheduled"
"title": String,
"videoId": String,