diff options
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 7b269eeb9..c113c67da 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -19,7 +19,7 @@ import 'whatwg-fetch' | |||
19 | 19 | ||
20 | // FIXME: something weird with our path definition in tsconfig and typings | 20 | // FIXME: something weird with our path definition in tsconfig and typings |
21 | // @ts-ignore | 21 | // @ts-ignore |
22 | import vjs from 'video.js' | 22 | import * as vjs from 'video.js' |
23 | 23 | ||
24 | import * as Channel from 'jschannel' | 24 | import * as Channel from 'jschannel' |
25 | 25 | ||