From 15ce40778d6e065d0f62b2ad2cc84c1b36911ceb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 11 Dec 2024 10:19:17 +0100 Subject: [PATCH] Fix embed method min version --- support/doc/api/embeds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md index 8cb0f6dfc..a35d838fb 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md @@ -209,7 +209,7 @@ This promise is resolved when the video is loaded and the player is ready. ### `isPlaying(): Promise` -**PeerTube >= 6.3** +**PeerTube >= 7.0** Check if the player is playing the media. @@ -223,7 +223,7 @@ Pauses playback. ### `getCurrentTime(): Promise` -**PeerTube >= 6.3** +**PeerTube >= 7.0** Get player current time in seconds.