Showing heading and dates on chapters.

This commit is contained in:
2026-02-07 05:10:02 +01:00
parent b8a03cd6fb
commit 95e8982696
4 changed files with 31 additions and 10 deletions

View File

@@ -86,7 +86,9 @@ function curateScene(rawScene, assets, reqUser, context) {
chapters: assets.chapters.map((chapter) => ({
id: chapter.id,
title: chapter.title,
description: chapter.description,
time: chapter.time,
date: chapter.date,
duration: chapter.duration,
poster: context.restriction
? null