Back to Peertube

My Video Playlist Elements.Component

client/src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.html

8.1.5386 B
Original Source

@if (playlist) { } Share @if (isRegularPlaylist(playlist)) { }

@if (pagination.totalItems === 0) {

No videos in this playlist.

Browse videos on PeerTube to add them in your playlist.

See the documentation for more information.

} @for (playlistElement of playlistElements; track trackByFn($index, playlistElement)) {

}