We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfa4fc commit 890b627Copy full SHA for 890b627
packages/skip-button/index.html
@@ -31,7 +31,7 @@
31
const debug = searchParams.has('debug');
32
const ilHost = searchParams.get('ilHost') || undefined;
33
const language = searchParams.get('language');
34
- const urn = searchParams.get('urn') || 'urn:rts:video:14683290';
+ const urn = searchParams.get('urn') || 'urn:rts:video:15532586';
35
36
// Create a pillarbox player instance with the SkipButton enabled
37
window.player = pillarbox('player', {
0 commit comments