Skip to content

Commit 4dec13b

Browse files
committed
(WW-2575) Fix: Attach correct query params to public videos
1 parent 4d9456e commit 4dec13b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

warpwire/src/Lib/WarpwireEmbedUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static function constructEmbed(string $targetUrl, bool $useLtiLaunch)
8686
$url = '/warpwire/launch?' . http_build_query($launchInput);
8787
} else {
8888
// If we're not using LTI launch, simply set the iframe to use the media source URL
89-
$url = $targetUrl;
89+
$url = $targetUrl . '?' . http_build_query($parameters);
9090
}
9191

9292
// Default width and height values for iframe

0 commit comments

Comments
 (0)