diff options
Diffstat (limited to 'demo/src/js/demo.js')
-rw-r--r-- | demo/src/js/demo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index 6b119c33..2623e554 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('#player', { + const player = new Plyr('video', { debug: true, title: 'View From A Blue Moon', iconUrl: '../dist/plyr.svg', |