diff options
Diffstat (limited to 'demo/src')
-rw-r--r-- | demo/src/js/demo.js | 3 |
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', |