From 7a26cf1c76c0183fd34ad1ad4d8ab55495274985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:37:28 +0200 Subject: [PATCH] =?UTF-8?q?fix(api):=20=F0=9F=8F=B7=EF=B8=8F=20Add=20other?= =?UTF-8?q?=20video=20types=20than=20the=20default:=20scheduled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit apparently not a constant anymore --- docs/api/common_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/common_types.md b/docs/api/common_types.md index 994b917..065f9c0 100644 --- a/docs/api/common_types.md +++ b/docs/api/common_types.md @@ -28,7 +28,7 @@ ```javascript { - "type": "video", // Constant + "type": String, // one of: "video", "scheduled" "title": String, "videoId": String,