aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/information/video-alert.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/information/video-alert.component.ts')
-rw-r--r--client/src/app/+videos/+video-watch/shared/information/video-alert.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.ts b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.ts
index 79b56705f..ba79fabc8 100644
--- a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.ts
+++ b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.ts
@@ -9,6 +9,7 @@ import { VideoState } from '@shared/models'
9}) 9})
10export class VideoAlertComponent { 10export class VideoAlertComponent {
11 @Input() video: VideoDetails 11 @Input() video: VideoDetails
12 @Input() noPlaylistVideoFound: boolean
12 13
13 isVideoToTranscode () { 14 isVideoToTranscode () {
14 return this.video && this.video.state.id === VideoState.TO_TRANSCODE 15 return this.video && this.video.state.id === VideoState.TO_TRANSCODE