aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/standalone/videos')
-rw-r--r--client/src/standalone/videos/embed.ts2
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
22import vjs from 'video.js' 22import * as vjs from 'video.js'
23 23
24import * as Channel from 'jschannel' 24import * as Channel from 'jschannel'
25 25