X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-edit%2Fvideo-update.component.html;h=f290fd136934631ef74e8321590128c55773a5bb;hb=c5ac9fe7c164741b2497282eac9b968f222fa151;hp=6c12393955a5ef6cd4f3e901aac815cd92dd47d1;hpb=1fe1e14cb30ac44299563f98ed0aee2805794493;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+videos/+video-edit/video-update.component.html b/client/src/app/+videos/+video-edit/video-update.component.html index 6c1239395..f290fd136 100644 --- a/client/src/app/+videos/+video-edit/video-update.component.html +++ b/client/src/app/+videos/+video-edit/video-update.component.html @@ -10,11 +10,13 @@ [form]="form" [formErrors]="formErrors" [schedulePublicationPossible]="schedulePublicationPossible" [validationMessages]="validationMessages" [userVideoChannels]="userVideoChannels" [videoCaptions]="videoCaptions" [waitTranscodingEnabled]="waitTranscodingEnabled" + type="update" (pluginFieldsAdded)="hydratePluginFieldsFromVideo()" + [liveVideo]="liveVideo" >