From 0edade222682354ad7fd0544051ba99af82bf377 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 6 Aug 2024 11:45:53 +0200 Subject: [PATCH] Add missing playlistPosition query param doc --- support/doc/api/embeds.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md index 2176cf309..fc6301c55 100644 --- a/support/doc/api/embeds.md +++ b/support/doc/api/embeds.md @@ -168,6 +168,15 @@ See behaviour description [here](https://docs.joinpeertube.org/admin/configurati 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 Enable/Disable embed JavaScript API (see methods below).