Back to Peertube

Video Cell.Component

client/src/app/shared/shared-tables/video-cell.component.html

8.1.5296 B
Original Source

@if (thumbnail()) { } @if (title()) {

{{ video().name }} @if (video().channel) { {{ video().channel?.displayName }} @if (displayEditorInfo() && user.isCollaboratingToChannels()) { @if (user.isEditorOfChannel(video().channel)) { } @else if (user.isOwnerOfChannel(video().channel)) { } } } }