Showing heading and dates on chapters.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user