diff options
Diffstat (limited to 'client/src/app/shared/shared-share-modal/video-share.component.html')
-rw-r--r-- | client/src/app/shared/shared-share-modal/video-share.component.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.html b/client/src/app/shared/shared-share-modal/video-share.component.html index 4174458b5..3222dc5a6 100644 --- a/client/src/app/shared/shared-share-modal/video-share.component.html +++ b/client/src/app/shared/shared-share-modal/video-share.component.html | |||
@@ -173,6 +173,13 @@ | |||
173 | i18n-labelText labelText="Loop" | 173 | i18n-labelText labelText="Loop" |
174 | ></my-peertube-checkbox> | 174 | ></my-peertube-checkbox> |
175 | </div> | 175 | </div> |
176 | |||
177 | <div *ngIf="!isLocalVideo() && !isVideoInEmbedTab()" class="form-group"> | ||
178 | <my-peertube-checkbox | ||
179 | inputName="originUrl" [(ngModel)]="customizations.originUrl" | ||
180 | i18n-labelText labelText="Use origin instance URL" | ||
181 | ></my-peertube-checkbox> | ||
182 | </div> | ||
176 | </div> | 183 | </div> |
177 | 184 | ||
178 | <ng-container *ngIf="isVideoInEmbedTab()"> | 185 | <ng-container *ngIf="isVideoInEmbedTab()"> |