diff options
Diffstat (limited to 'client/src/assets/player/resolution-menu-item.ts')
-rw-r--r-- | client/src/assets/player/resolution-menu-item.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/assets/player/resolution-menu-item.ts b/client/src/assets/player/resolution-menu-item.ts index 4b1ed0642..3fe1d8f0f 100644 --- a/client/src/assets/player/resolution-menu-item.ts +++ b/client/src/assets/player/resolution-menu-item.ts | |||
@@ -1,3 +1,4 @@ | |||
1 | import * as videojs from 'video.js' | ||
1 | import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' | 2 | import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' |
2 | 3 | ||
3 | const MenuItem: VideoJSComponentInterface = videojsUntyped.getComponent('MenuItem') | 4 | const MenuItem: VideoJSComponentInterface = videojsUntyped.getComponent('MenuItem') |