fix: Change endpoint save_chapters to chapters [POST]

This commit is contained in:
Yiannis Christodoulou
2025-09-16 09:55:15 +03:00
parent 0dda684c3f
commit 6eab5bf7b7
5 changed files with 26 additions and 25 deletions
@@ -184,6 +184,7 @@ const TimelineControls = ({
endTime: formatDetailedTime(segment.endTime),
name: segment.name,
chapterTitle: segment.chapterTitle,
text: segment.chapterTitle,
}));
logger.debug('segments', segments);