Vimeo fix
This commit is contained in:
@ -129,7 +129,7 @@ const vimeo = {
|
||||
// Source
|
||||
let currentSrc;
|
||||
|
||||
player.embed.getVideoUrl.then(value => {
|
||||
player.embed.getVideoUrl().then(value => {
|
||||
currentSrc = value;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user