diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-14 15:47:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-14 15:47:56 +0200 |
commit | e63dbd426e67672b4014c2a3ac3a227fbe26e886 (patch) | |
tree | a7c9a23faf764ed81a7373a01d432932912e4111 /client/src/app/videos/+video-watch | |
parent | 06215f15e0a9fea2ef95b8b49cb2b5868fb64017 (diff) | |
download | PeerTube-e63dbd426e67672b4014c2a3ac3a227fbe26e886.tar.gz PeerTube-e63dbd426e67672b4014c2a3ac3a227fbe26e886.tar.zst PeerTube-e63dbd426e67672b4014c2a3ac3a227fbe26e886.zip |
Update client according to new model paths
Diffstat (limited to 'client/src/app/videos/+video-watch')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 3 |
1 files changed, 1 insertions, 2 deletions
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 bea13ec99..d8230f172 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts | |||
@@ -10,7 +10,7 @@ import { forkJoin, Subscription } from 'rxjs' | |||
10 | import * as videojs from 'video.js' | 10 | import * as videojs from 'video.js' |
11 | import 'videojs-hotkeys' | 11 | import 'videojs-hotkeys' |
12 | import * as WebTorrent from 'webtorrent' | 12 | import * as WebTorrent from 'webtorrent' |
13 | import { UserVideoRateType, VideoPrivacy, VideoRateType, VideoState } from '../../../../../shared' | 13 | import { UserVideoRateType, VideoCaption, VideoPrivacy, VideoRateType, VideoState } from '../../../../../shared' |
14 | import '../../../assets/player/peertube-videojs-plugin' | 14 | import '../../../assets/player/peertube-videojs-plugin' |
15 | import { AuthService, ConfirmService } from '../../core' | 15 | import { AuthService, ConfirmService } from '../../core' |
16 | import { RestExtractor, VideoBlacklistService } from '../../shared' | 16 | import { RestExtractor, VideoBlacklistService } from '../../shared' |
@@ -28,7 +28,6 @@ import { I18n } from '@ngx-translate/i18n-polyfill' | |||
28 | import { environment } from '../../../environments/environment' | 28 | import { environment } from '../../../environments/environment' |
29 | import { getDevLocale, isOnDevLocale } from '@app/shared/i18n/i18n-utils' | 29 | import { getDevLocale, isOnDevLocale } from '@app/shared/i18n/i18n-utils' |
30 | import { VideoCaptionService } from '@app/shared/video-caption' | 30 | import { VideoCaptionService } from '@app/shared/video-caption' |
31 | import { VideoCaption } from '../../../../../shared/models/videos/video-caption.model' | ||
32 | 31 | ||
33 | @Component({ | 32 | @Component({ |
34 | selector: 'my-video-watch', | 33 | selector: 'my-video-watch', |