X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fstandalone%2Fvideos%2Fembed.ts;h=c113c67da3095d9a5e5d4d341f45c76e62387f48;hb=e0628695c3425bf69b5d7a46b24dcdf31892d9b6;hp=7b269eeb9a627f52166e5654731ea6839fd91dc0;hpb=be8139c7fee3c9e4c99938a3bd29bc9ad1813ac9;p=github%2FChocobozzz%2FPeerTube.git 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'