Back to Peertube

Video Alert.Component

client/src/app/+video-watch/shared/information/video-alert.component.html

8.1.5753 B
Original Source

@if (hasVideoScheduledPublication()) { This video will be published on {{ video().scheduledUpdate.updateAt | ptDate: 'full' }}.} @if (isWaitingForLive()) { This live is not currently streaming. @if (scheduledLiveDate()) { It will start on {{ scheduledLiveDate() | ptDate: 'short' }}. } } @if (isLiveEnded()) { This live has ended.} @if (getAlertWarning()?.title) { {{ getAlertWarning()?.title }} @if (canSeeMoreStateInfo()) { {{ getAlertWarning().watchSecondary }} } {{ getAlertWarning().watchMain }} } @if (getAlertError()?.title) { {{ getAlertError()?.title }} {{ getAlertError().main }} } @if (noPlaylistVideoFound()) { There are no videos available in this playlist.} @if (video()?.canBypassPassword(user())) { This video is password protected.}