Vimeo fix
This commit is contained in:
parent
e2d8bd2b73
commit
4d417d0396
2
dist/plyr.js
vendored
2
dist/plyr.js
vendored
File diff suppressed because one or more lines are too long
2
dist/plyr.js.map
vendored
2
dist/plyr.js.map
vendored
File diff suppressed because one or more lines are too long
@ -129,7 +129,7 @@ const vimeo = {
|
|||||||
// Source
|
// Source
|
||||||
let currentSrc;
|
let currentSrc;
|
||||||
|
|
||||||
player.embed.getVideoUrl.then(value => {
|
player.embed.getVideoUrl().then(value => {
|
||||||
currentSrc = value;
|
currentSrc = value;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user