diff options
author | Sam Potts <me@sampotts.me> | 2017-04-25 19:31:34 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-04-25 19:31:34 +1000 |
commit | 04b8d0bac87287a55ecd1548ae21c2343f2b2071 (patch) | |
tree | 0317dfa73f60a715ff2f2f255fdeb30036d8d51e /demo/src/js/main.js | |
parent | 8ea4cbd942246b97ebba03549e24ffb0ffca41f6 (diff) | |
download | plyr-04b8d0bac87287a55ecd1548ae21c2343f2b2071.tar.lz plyr-04b8d0bac87287a55ecd1548ae21c2343f2b2071.tar.xz plyr-04b8d0bac87287a55ecd1548ae21c2343f2b2071.zip |
Tweaks
Diffstat (limited to 'demo/src/js/main.js')
-rw-r--r-- | demo/src/js/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/src/js/main.js b/demo/src/js/main.js index 7b62baf7..fa2797b9 100644 --- a/demo/src/js/main.js +++ b/demo/src/js/main.js @@ -154,7 +154,7 @@ type: 'video', title: 'View From A Blue Moon', sources: [{ - src: 'bTqVqk7FSmY', + src: 'https://www.youtube.com/watch?v=bTqVqk7FSmY', type: 'youtube' }] }); @@ -165,7 +165,7 @@ type: 'video', title: 'View From A Blue Moon', sources: [{ - src: '143418951', + src: 'https://vimeo.com/147860358', type: 'vimeo' }] }); |