aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-update.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-edit/video-update.component.ts')
-rw-r--r--client/src/app/videos/+video-edit/video-update.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-edit/video-update.component.ts b/client/src/app/videos/+video-edit/video-update.component.ts
index 6d45265e7..70cb334fd 100644
--- a/client/src/app/videos/+video-edit/video-update.component.ts
+++ b/client/src/app/videos/+video-edit/video-update.component.ts
@@ -14,7 +14,7 @@ import {
14 VIDEO_DESCRIPTION, 14 VIDEO_DESCRIPTION,
15 VIDEO_TAGS 15 VIDEO_TAGS
16} from '../../shared' 16} from '../../shared'
17import { Video, VideoService } from '../shared' 17import { VideoEdit, VideoService } from '../shared'
18 18
19@Component({ 19@Component({
20 selector: 'my-videos-update', 20 selector: 'my-videos-update',
@@ -27,7 +27,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit {
27 videoCategories = [] 27 videoCategories = []
28 videoLicences = [] 28 videoLicences = []
29 videoLanguages = [] 29 videoLanguages = []
30 video: Video 30 video: VideoEdit
31 31
32 tagValidators = VIDEO_TAGS.VALIDATORS 32 tagValidators = VIDEO_TAGS.VALIDATORS
33 tagValidatorsMessages = VIDEO_TAGS.MESSAGES 33 tagValidatorsMessages = VIDEO_TAGS.MESSAGES