From e4f1355d8c8726326fc60302d2be002a780074b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Tue, 14 May 2024 19:36:10 +0200 Subject: [PATCH] =?UTF-8?q?fix(api)=20=F0=9F=8F=B7=EF=B8=8F=20Add=20missin?= =?UTF-8?q?g=20property=20"playback"=20to=20/stats=20API=20endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 496fb2b..3354547 100644 --- a/docs/api.md +++ b/docs/api.md @@ -27,7 +27,8 @@ All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fie "metadata": { "updatedAt": Int64, "lastChannelRefreshedAt": Int64 - } + }, + "playback": {} } ```