mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fix embed method min version
This commit is contained in:
parent
8e14392c32
commit
15ce40778d
1 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ This promise is resolved when the video is loaded and the player is ready.
|
||||||
|
|
||||||
### `isPlaying(): Promise<boolean>`
|
### `isPlaying(): Promise<boolean>`
|
||||||
|
|
||||||
**PeerTube >= 6.3**
|
**PeerTube >= 7.0**
|
||||||
|
|
||||||
Check if the player is playing the media.
|
Check if the player is playing the media.
|
||||||
|
|
||||||
|
@ -223,7 +223,7 @@ Pauses playback.
|
||||||
|
|
||||||
### `getCurrentTime(): Promise<number>`
|
### `getCurrentTime(): Promise<number>`
|
||||||
|
|
||||||
**PeerTube >= 6.3**
|
**PeerTube >= 7.0**
|
||||||
|
|
||||||
Get player current time in seconds.
|
Get player current time in seconds.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue