Vimeo fix
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
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;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user