Fix embed
authorChocobozzz <me@florianbigard.com>
Fri, 19 Oct 2018 06:37:10 +0000 (08:37 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 19 Oct 2018 06:37:31 +0000 (08:37 +0200)
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'