diff options
Diffstat (limited to 'client/angular/videos/components/watch')
-rw-r--r-- | client/angular/videos/components/watch/videos-watch.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/angular/videos/components/watch/videos-watch.component.ts b/client/angular/videos/components/watch/videos-watch.component.ts index 3d1829b99..3eb005d07 100644 --- a/client/angular/videos/components/watch/videos-watch.component.ts +++ b/client/angular/videos/components/watch/videos-watch.component.ts | |||
@@ -5,8 +5,8 @@ import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; | |||
5 | // TODO import it with systemjs | 5 | // TODO import it with systemjs |
6 | declare var WebTorrent: any; | 6 | declare var WebTorrent: any; |
7 | 7 | ||
8 | import { Video } from '../../models/video'; | 8 | import { Video } from '../../video'; |
9 | import { VideosService } from '../../services/videos.service'; | 9 | import { VideosService } from '../../videos.service'; |
10 | 10 | ||
11 | @Component({ | 11 | @Component({ |
12 | selector: 'my-video-watch', | 12 | selector: 'my-video-watch', |