mirror of https://github.com/Chocobozzz/PeerTube
Add missing playlistPosition query param doc
parent
f00d656ba1
commit
0edade2226
|
@ -168,6 +168,15 @@ See behaviour description [here](https://docs.joinpeertube.org/admin/configurati
|
||||||
|
|
||||||
Default: `p2p-media-loader` and fallback to `web-video` mode.
|
Default: `p2p-media-loader` and fallback to `web-video` mode.
|
||||||
|
|
||||||
|
|
||||||
|
### playlistPosition
|
||||||
|
|
||||||
|
If you are embedding a playlist, select the video to play by specifying its position.
|
||||||
|
|
||||||
|
Value must be a number.
|
||||||
|
|
||||||
|
Default: `1`
|
||||||
|
|
||||||
### api
|
### api
|
||||||
|
|
||||||
Enable/Disable embed JavaScript API (see methods below).
|
Enable/Disable embed JavaScript API (see methods below).
|
||||||
|
|
Loading…
Reference in New Issue