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:
parent
0edade2226
commit
546265e9ae
7 changed files with 118 additions and 18 deletions
|
@ -79,7 +79,11 @@ function buildPlayerURLQuery (inputQueryUrl: string) {
|
|||
'subtitle',
|
||||
'bigPlayBackgroundColor',
|
||||
'mode',
|
||||
'foregroundColor'
|
||||
'foregroundColor',
|
||||
'playbackRate',
|
||||
'api',
|
||||
'waitPasswordFromEmbedAPI',
|
||||
'playlistPosition'
|
||||
])
|
||||
|
||||
const params = new URLSearchParams()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue