1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Support fowarding query params to oembed

For now only `start` for videos and `playlistPosition` for playlists are
supported
This commit is contained in:
Chocobozzz 2024-08-06 11:52:21 +02:00
parent 0edade2226
commit 546265e9ae
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 118 additions and 18 deletions

View file

@ -79,7 +79,11 @@ function buildPlayerURLQuery (inputQueryUrl: string) {
'subtitle',
'bigPlayBackgroundColor',
'mode',
'foregroundColor'
'foregroundColor',
'playbackRate',
'api',
'waitPasswordFromEmbedAPI',
'playlistPosition'
])
const params = new URLSearchParams()