]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/embed.ts
Fix embed
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.ts
index 7b269eeb9a627f52166e5654731ea6839fd91dc0..c113c67da3095d9a5e5d4d341f45c76e62387f48 100644 (file)
@@ -19,7 +19,7 @@ import 'whatwg-fetch'
 
 // FIXME: something weird with our path definition in tsconfig and typings
 // @ts-ignore
-import vjs from 'video.js'
+import * as vjs from 'video.js'
 
 import * as Channel from 'jschannel'