Back to Peertube

Video Chapters.Component

client/src/app/+videos-publish-manage/shared-manage/chapters/video-chapters.component.html

8.1.5565 B
Original Source

Chapters

@if (isLive()) { Chapters are not available on a live.} @else {

Chapters can also be set in the video description. Check the format in the PeerTube documentation @for (chapterControl of getChaptersFormArray().controls; track chapterControl; let i = $index) {

TimecodeChapter name

{{ i + 1 }}

t {{ formErrors.chapters[i].title }}

@if (!isLastChapterControl(i)) { } } @if (getChapterArrayErrors()) { {{ getChapterArrayErrors() }} } @if (videoEdit.isPublishedVOD()) { } }