mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix embed api docs
player.stop() -> player.pause()
This commit is contained in:
committed by
Chocobozzz
parent
5411da31d1
commit
b2b0ce8ac8
@@ -46,7 +46,7 @@ await player.ready // wait for the player to be ready
|
||||
// now you can use it!
|
||||
player.play()
|
||||
player.seek(32)
|
||||
player.stop()
|
||||
player.pause()
|
||||
```
|
||||
|
||||
# Methods
|
||||
|
||||
Reference in New Issue
Block a user