From 80624154988f6270a353269c5e76f334e631b349 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 6 Jul 2017 14:39:39 +0200 Subject: Update videojs -> 6 --- client/src/app/videos/video-watch/video-watch.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src') diff --git a/client/src/app/videos/video-watch/video-watch.component.ts b/client/src/app/videos/video-watch/video-watch.component.ts index 9882ddce8..34dbc9a88 100644 --- a/client/src/app/videos/video-watch/video-watch.component.ts +++ b/client/src/app/videos/video-watch/video-watch.component.ts @@ -3,7 +3,7 @@ import { ActivatedRoute, Router } from '@angular/router' import { Observable } from 'rxjs/Observable' import { Subscription } from 'rxjs/Subscription' -import * as videojs from 'video.js' +import videojs from 'video.js' import { MetaService } from '@nglibs/meta' import { NotificationsService } from 'angular2-notifications' -- cgit v1.2.3