mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix embed method min version
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user