aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-14 15:47:56 +0200
committerChocobozzz <me@florianbigard.com>2018-08-14 15:47:56 +0200
commite63dbd426e67672b4014c2a3ac3a227fbe26e886 (patch)
treea7c9a23faf764ed81a7373a01d432932912e4111 /client/src/app/videos/+video-watch/video-watch.component.ts
parent06215f15e0a9fea2ef95b8b49cb2b5868fb64017 (diff)
downloadPeerTube-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/video-watch.component.ts')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.ts3
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'
10import * as videojs from 'video.js' 10import * as videojs from 'video.js'
11import 'videojs-hotkeys' 11import 'videojs-hotkeys'
12import * as WebTorrent from 'webtorrent' 12import * as WebTorrent from 'webtorrent'
13import { UserVideoRateType, VideoPrivacy, VideoRateType, VideoState } from '../../../../../shared' 13import { UserVideoRateType, VideoCaption, VideoPrivacy, VideoRateType, VideoState } from '../../../../../shared'
14import '../../../assets/player/peertube-videojs-plugin' 14import '../../../assets/player/peertube-videojs-plugin'
15import { AuthService, ConfirmService } from '../../core' 15import { AuthService, ConfirmService } from '../../core'
16import { RestExtractor, VideoBlacklistService } from '../../shared' 16import { RestExtractor, VideoBlacklistService } from '../../shared'
@@ -28,7 +28,6 @@ import { I18n } from '@ngx-translate/i18n-polyfill'
28import { environment } from '../../../environments/environment' 28import { environment } from '../../../environments/environment'
29import { getDevLocale, isOnDevLocale } from '@app/shared/i18n/i18n-utils' 29import { getDevLocale, isOnDevLocale } from '@app/shared/i18n/i18n-utils'
30import { VideoCaptionService } from '@app/shared/video-caption' 30import { VideoCaptionService } from '@app/shared/video-caption'
31import { VideoCaption } from '../../../../../shared/models/videos/video-caption.model'
32 31
33@Component({ 32@Component({
34 selector: 'my-video-watch', 33 selector: 'my-video-watch',