From 3f9b33b02bed9e02af5520394e09805c46716101 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 31 May 2018 09:57:03 +0200 Subject: [PATCH] Remove bad import --- client/src/assets/player/peertube-load-progress-bar.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/assets/player/peertube-load-progress-bar.ts b/client/src/assets/player/peertube-load-progress-bar.ts index cc861c451..aedc641e4 100644 --- a/client/src/assets/player/peertube-load-progress-bar.ts +++ b/client/src/assets/player/peertube-load-progress-bar.ts @@ -1,4 +1,3 @@ -import * as Bitfield from 'bitfield' import { VideoJSComponentInterface, videojsUntyped } from './peertube-videojs-typings' const Component: VideoJSComponentInterface = videojsUntyped.getComponent('Component')