]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/videojs-components/peertube-load-progress-bar.ts
Fix For GitPod
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / videojs-components / peertube-load-progress-bar.ts
index 9a0e3b550109e1e174943995f25eca8d03e058fc..b594fc1c59ee52834e696c3bc83916dc531e3b2e 100644 (file)
@@ -6,6 +6,7 @@ import { Player } from 'video.js'
 const Component: VideoJSComponentInterface = videojsUntyped.getComponent('Component')
 
 class PeerTubeLoadProgressBar extends Component {
+  partEls_: any[]
 
   constructor (player: Player, options: any) {
     super(player, options)