Fix embed method min version

This commit is contained in:
Chocobozzz 2024-12-11 10:19:17 +01:00
parent 8e14392c32
commit 15ce40778d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ This promise is resolved when the video is loaded and the player is ready.
### `isPlaying(): Promise<boolean>`
**PeerTube >= 6.3**
**PeerTube >= 7.0**
Check if the player is playing the media.
@ -223,7 +223,7 @@ Pauses playback.
### `getCurrentTime(): Promise<number>`
**PeerTube >= 6.3**
**PeerTube >= 7.0**
Get player current time in seconds.