aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-21 11:02:28 +0200
committerChocobozzz <me@florianbigard.com>2020-04-21 11:02:28 +0200
commit512decf37ee6d36d0f16bda0f9bec6bf37d132b3 (patch)
tree06083f73082df7163deb9bb59495baa7891e4300 /client/src/standalone/videos
parent193272b8a0ddf54396315af8dc0c069d8f20c18e (diff)
downloadPeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.tar.gz
PeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.tar.zst
PeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.zip
Fix videojs
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 6616fab48..286757e5e 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -15,7 +15,7 @@ import {
15import { VideoStreamingPlaylistType } from '../../../../shared/models/videos/video-streaming-playlist.type' 15import { VideoStreamingPlaylistType } from '../../../../shared/models/videos/video-streaming-playlist.type'
16import { PeerTubeEmbedApi } from './embed-api' 16import { PeerTubeEmbedApi } from './embed-api'
17import { TranslationsManager } from '../../assets/player/translations-manager' 17import { TranslationsManager } from '../../assets/player/translations-manager'
18import videojs from 'video.js/dist/alt/video.core.js' 18import videojs from 'video.js'
19import { VideoJSCaption } from '../../assets/player/peertube-videojs-typings' 19import { VideoJSCaption } from '../../assets/player/peertube-videojs-typings'
20 20
21type Translations = { [ id: string ]: string } 21type Translations = { [ id: string ]: string }