aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/js/demo.js
diff options
context:
space:
mode:
Diffstat (limited to 'demo/src/js/demo.js')
-rw-r--r--demo/src/js/demo.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js
index 2623e554..43f42841 100644
--- a/demo/src/js/demo.js
+++ b/demo/src/js/demo.js
@@ -47,7 +47,7 @@ import Raven from 'raven-js';
});
// Setup the player
- const player = new Plyr('video', {
+ const player = new Plyr('#player', {
debug: true,
title: 'View From A Blue Moon',
iconUrl: '../dist/plyr.svg',
@@ -182,7 +182,6 @@ import Raven from 'raven-js';
case types.youtube:
player.source = {
type: 'video',
- title: 'View From A Blue Moon',
sources: [{
src: 'https://youtube.com/watch?v=bTqVqk7FSmY',
provider: 'youtube',