diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-21 11:02:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-21 11:02:28 +0200 |
commit | 512decf37ee6d36d0f16bda0f9bec6bf37d132b3 (patch) | |
tree | 06083f73082df7163deb9bb59495baa7891e4300 /client/src/assets/player/bezels | |
parent | 193272b8a0ddf54396315af8dc0c069d8f20c18e (diff) | |
download | PeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.tar.gz PeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.tar.zst PeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.zip |
Fix videojs
Diffstat (limited to 'client/src/assets/player/bezels')
-rw-r--r-- | client/src/assets/player/bezels/bezels-plugin.ts | 2 | ||||
-rw-r--r-- | client/src/assets/player/bezels/pause-bezel.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/assets/player/bezels/bezels-plugin.ts b/client/src/assets/player/bezels/bezels-plugin.ts index ad8bfa703..ca88bc1f9 100644 --- a/client/src/assets/player/bezels/bezels-plugin.ts +++ b/client/src/assets/player/bezels/bezels-plugin.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import videojs from 'video.js/dist/alt/video.core.js' | 1 | import videojs from 'video.js' |
2 | import './pause-bezel' | 2 | import './pause-bezel' |
3 | 3 | ||
4 | const Plugin = videojs.getPlugin('plugin') | 4 | const Plugin = videojs.getPlugin('plugin') |
diff --git a/client/src/assets/player/bezels/pause-bezel.ts b/client/src/assets/player/bezels/pause-bezel.ts index d9ef9a390..886574380 100644 --- a/client/src/assets/player/bezels/pause-bezel.ts +++ b/client/src/assets/player/bezels/pause-bezel.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import videojs from 'video.js/dist/alt/video.core.js' | 1 | import videojs from 'video.js' |
2 | 2 | ||
3 | function getPauseBezel () { | 3 | function getPauseBezel () { |
4 | return ` | 4 | return ` |