Vimeo fix

This commit is contained in:
Sam Potts 2017-11-05 12:04:31 +11:00
parent e2d8bd2b73
commit 4d417d0396
3 changed files with 3 additions and 3 deletions

2
dist/plyr.js vendored

File diff suppressed because one or more lines are too long

2
dist/plyr.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -129,7 +129,7 @@ const vimeo = {
// Source
let currentSrc;
player.embed.getVideoUrl.then(value => {
player.embed.getVideoUrl().then(value => {
currentSrc = value;
});