aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-25 16:43:19 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-10-26 09:11:38 +0200
commit404b54e14f6623c1644a8c87ca22f4bab98d5484 (patch)
tree5fbe6cb637f35abae08e4c98a537447cbf4607d6 /client/src/app/videos/+video-edit
parentf5028693a896a3076dd286ac0030e3d8f78f5ebf (diff)
downloadPeerTube-404b54e14f6623c1644a8c87ca22f4bab98d5484.tar.gz
PeerTube-404b54e14f6623c1644a8c87ca22f4bab98d5484.tar.zst
PeerTube-404b54e14f6623c1644a8c87ca22f4bab98d5484.zip
Adapt client with video channels
Diffstat (limited to 'client/src/app/videos/+video-edit')
-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