Skip to content

Commit 890b627

Browse files
committed
chore(skip-button): change default urn
Change the default media of the skip-button demo for one that has the correct metadata.
1 parent dbfa4fc commit 890b627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/skip-button/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
const debug = searchParams.has('debug');
3232
const ilHost = searchParams.get('ilHost') || undefined;
3333
const language = searchParams.get('language');
34-
const urn = searchParams.get('urn') || 'urn:rts:video:14683290';
34+
const urn = searchParams.get('urn') || 'urn:rts:video:15532586';
3535

3636
// Create a pillarbox player instance with the SkipButton enabled
3737
window.player = pillarbox('player', {

0 commit comments

Comments
 (0)