From: Chocobozzz Date: Fri, 19 Oct 2018 06:37:10 +0000 (+0200) Subject: Fix embed X-Git-Tag: v1.1.0-alpha.2~10 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e0628695c3425bf69b5d7a46b24dcdf31892d9b6;hp=be8139c7fee3c9e4c99938a3bd29bc9ad1813ac9;p=github%2FChocobozzz%2FPeerTube.git Fix embed --- 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' // 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'