aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-update.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-22 15:51:02 +0200
committerChocobozzz <me@florianbigard.com>2021-10-22 15:51:02 +0200
commit0ba9696c012804670ccdd5256acdaa7ed9484339 (patch)
tree50a1f5e47221c6c200260ab6af164e676a466de1 /client/src/app/+videos/+video-edit/video-update.component.html
parent382258676c3ab83f9cebfc4e378ab955cd8fd9ff (diff)
downloadPeerTube-0ba9696c012804670ccdd5256acdaa7ed9484339.tar.gz
PeerTube-0ba9696c012804670ccdd5256acdaa7ed9484339.tar.zst
PeerTube-0ba9696c012804670ccdd5256acdaa7ed9484339.zip
Cleanup video update component
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-update.component.html')
-rw-r--r--client/src/app/+videos/+video-edit/video-update.component.html2
1 files changed, 2 insertions, 0 deletions
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 33e3ddd14..ca322318c 100644
--- a/client/src/app/+videos/+video-edit/video-update.component.html
+++ b/client/src/app/+videos/+video-edit/video-update.component.html
@@ -12,6 +12,8 @@
12 [videoCaptions]="videoCaptions" [waitTranscodingEnabled]="isWaitTranscodingEnabled()" 12 [videoCaptions]="videoCaptions" [waitTranscodingEnabled]="isWaitTranscodingEnabled()"
13 type="update" (pluginFieldsAdded)="hydratePluginFieldsFromVideo()" 13 type="update" (pluginFieldsAdded)="hydratePluginFieldsFromVideo()"
14 [liveVideo]="liveVideo" [videoToUpdate]="videoDetails" 14 [liveVideo]="liveVideo" [videoToUpdate]="videoDetails"
15
16 (formBuilt)="onFormBuilt()"
15 ></my-video-edit> 17 ></my-video-edit>
16 18
17 <div class="submit-container"> 19 <div class="submit-container">