diff options
author | Chocobozzz <me@florianbigard.com> | 2018-10-19 08:37:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-19 08:37:31 +0200 |
commit | e0628695c3425bf69b5d7a46b24dcdf31892d9b6 (patch) | |
tree | c647ab0c98e711cb05c2ab8305f7ae95a74272f5 /client | |
parent | be8139c7fee3c9e4c99938a3bd29bc9ad1813ac9 (diff) | |
download | PeerTube-e0628695c3425bf69b5d7a46b24dcdf31892d9b6.tar.gz PeerTube-e0628695c3425bf69b5d7a46b24dcdf31892d9b6.tar.zst PeerTube-e0628695c3425bf69b5d7a46b24dcdf31892d9b6.zip |
Fix embed
Diffstat (limited to 'client')
-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 | ||