Back to Peertube

Video Block.Component

client/src/app/shared/shared-moderation/video-block.component.html

8.1.5561 B
Original Source

@if (isMultiple()) {

Block {{ videos.length }} videos

} @if (!isMultiple()) { @if (!getSingleVideo().isLive) {

Block video "{{ getSingleVideo().name }}"

} @if (getSingleVideo().isLive) {

Block live "{{ getSingleVideo().name }}"

} }

@if (formErrors.reason) { {{ formErrors.reason }} } @if (hasLocal()) { @if (isMultiple()) { This will ask remote instances to delete local videos } @else { This will ask remote instances to delete this video } } @if (hasLive()) { Blocking a live will automatically terminate the live stream. }