mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Fix embed api docs
player.stop() -> player.pause()
This commit is contained in:
parent
5411da31d1
commit
b2b0ce8ac8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ await player.ready // wait for the player to be ready
|
||||||
// now you can use it!
|
// now you can use it!
|
||||||
player.play()
|
player.play()
|
||||||
player.seek(32)
|
player.seek(32)
|
||||||
player.stop()
|
player.pause()
|
||||||
```
|
```
|
||||||
|
|
||||||
# Methods
|
# Methods
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue