]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/embed.ts
Fix users tests
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.ts
index 6616fab48708549120463506c24d561529b9aaa4..286757e5e0022bb9958017a547d520ef16987bbf 100644 (file)
@@ -15,7 +15,7 @@ import {
 import { VideoStreamingPlaylistType } from '../../../../shared/models/videos/video-streaming-playlist.type'
 import { PeerTubeEmbedApi } from './embed-api'
 import { TranslationsManager } from '../../assets/player/translations-manager'
-import videojs from 'video.js/dist/alt/video.core.js'
+import videojs from 'video.js'
 import { VideoJSCaption } from '../../assets/player/peertube-videojs-typings'
 
 type Translations = { [ id: string ]: string }