Back to Peertube

Video Playlist Miniature.Component

client/src/app/shared/shared-video-playlist/video-playlist-miniature.component.html

8.1.5405 B
Original Source

{playlist().videosLength, plural, =0 {No videos} =1 {1 video} other {{{ playlist().videosLength }} videos}}

@if (!thumbnailOnly()) { {{ playlist().displayName }} @if (displayChannel() && playlist().videoChannelBy) { {{ playlist().videoChannelBy }} } @if (displayPrivacy()) { {{ playlist().privacy.label }} } Updated {{ playlist().updatedAt | myFromNow }} @if (displayDescription()) {

} }