Back to Peertube

My Video Playlist Edit.Component

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

8.1.5685 B
Original Source

@if (error) { {{ error }}}

@if (isCreation()) {

NEW PLAYLIST

} @else {

UPDATE PLAYLIST

}

Playlist thumbnail

Display name @if (formErrors['displayName']) { {{ formErrors['displayName'] }} }

Description

Privacy @if (formErrors.privacy) { {{ formErrors.privacy }} }

Channel @if (isEditor()) {

Only {{ getOwnerAccountDisplayName() }}'s channels are listed

Changing the owner of a playlist is not supported

} @if (formErrors['videoChannelId']) { {{ formErrors['videoChannelId'] }} } @if (isCreation() && form.value['videoChannelId']) { Playlists can be manually sorted in your channel.
By default, new playlists are added at the end of the list. }