aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-update.component.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-26 15:52:11 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-10-26 15:52:11 +0200
commita265f7f30fe5f25e742c99c6d43e79dfd46bf2a9 (patch)
treed40096c994629a2ca6c1611063d825d86ca44d48 /client/src/app/videos/+video-edit/video-update.component.ts
parenta6d947a9f993a2c1e9ab57ff9edbd813dfe78e6d (diff)
downloadPeerTube-a265f7f30fe5f25e742c99c6d43e79dfd46bf2a9.tar.gz
PeerTube-a265f7f30fe5f25e742c99c6d43e79dfd46bf2a9.tar.zst
PeerTube-a265f7f30fe5f25e742c99c6d43e79dfd46bf2a9.zip
Increase video attributes length
Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120
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.ts1
1 files changed, 1 insertions, 0 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 30390ac05..c4ae22896 100644
--- a/client/src/app/videos/+video-edit/video-update.component.ts
+++ b/client/src/app/videos/+video-edit/video-update.component.ts
@@ -131,3 +131,4 @@ export class VideoUpdateComponent extends FormReactive implements OnInit {
131 this.form.patchValue(this.video.toJSON()) 131 this.form.patchValue(this.video.toJSON())
132 } 132 }
133} 133}
134