aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-edit.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-15 16:23:44 +0200
committerChocobozzz <me@florianbigard.com>2018-05-16 09:42:54 +0200
commite998cf3cc757b58f06adae7a367e88b494c609d2 (patch)
tree3d930ca12a18fbf46f654a8bf1e882209cb711fd /client/src/app/videos/+video-edit/shared/video-edit.component.ts
parentdb400f447a9f7aae1c56fa25396e93069744483f (diff)
downloadPeerTube-e998cf3cc757b58f06adae7a367e88b494c609d2.tar.gz
PeerTube-e998cf3cc757b58f06adae7a367e88b494c609d2.tar.zst
PeerTube-e998cf3cc757b58f06adae7a367e88b494c609d2.zip
Fix some components after Angular 6 upgrade
Diffstat (limited to 'client/src/app/videos/+video-edit/shared/video-edit.component.ts')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.ts b/client/src/app/videos/+video-edit/shared/video-edit.component.ts
index eab0a898e..af4438bd2 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.component.ts
+++ b/client/src/app/videos/+video-edit/shared/video-edit.component.ts
@@ -30,7 +30,6 @@ export class VideoEditComponent implements OnInit {
30 @Input() videoPrivacies = [] 30 @Input() videoPrivacies = []
31 @Input() userVideoChannels = [] 31 @Input() userVideoChannels = []
32 32
33 tags: string[] = []
34 videoCategories = [] 33 videoCategories = []
35 videoLicences = [] 34 videoLicences = []
36 videoLanguages = [] 35 videoLanguages = []