aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html
index 0f1a94c84..14a7a287a 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html
@@ -59,7 +59,7 @@
59<!-- Hidden because we want to load the component --> 59<!-- Hidden because we want to load the component -->
60<form [hidden]="!hasImportedVideo" novalidate [formGroup]="form"> 60<form [hidden]="!hasImportedVideo" novalidate [formGroup]="form">
61 <my-video-edit 61 <my-video-edit
62 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions" [schedulePublicationPossible]="false" 62 [form]="form" [formErrors]="formErrors" [videoCaptions]="videoCaptions" [forbidScheduledPublication]="true"
63 [validationMessages]="validationMessages" [userVideoChannels]="userVideoChannels" 63 [validationMessages]="validationMessages" [userVideoChannels]="userVideoChannels"
64 type="import-torrent" 64 type="import-torrent"
65 ></my-video-edit> 65 ></my-video-edit>