Back to Peertube

Video Thumbnail.Component

client/src/app/shared/shared-thumbnail/video-thumbnail.component.html

8.1.5553 B
Original Source

@if (videoHref()) { } @else { } @if (displayWatchLaterPlaylist()) { @if (inWatchLaterPlaylist()) { } @else { } }

@if (video().isLive) { @if (isLiveStreaming()) { LIVE } @else if (isEndedLive()) { LIVE ENDED } @else if (isScheduledLive()) { SCHEDULED LIVE {{ scheduledLiveDate() | myFromNow | uppercase }} } @else { WAIT LIVE } } @else if (getDurationLabel()) { {{ getDurationLabel() }} } @if (playOverlay()) {

} @if (!video().isLive && video().userHistory?.currentTime) {

You watched {{ getProgressPercent() }}% of this video

}