Fixed scene chapter photos not curated.
This commit is contained in:
@@ -92,7 +92,7 @@ function curateScene(rawScene, assets, reqUser, context) {
|
|||||||
duration: chapter.duration,
|
duration: chapter.duration,
|
||||||
poster: context.restriction
|
poster: context.restriction
|
||||||
? null
|
? null
|
||||||
: (chapter.chapter_poster),
|
: curateMedia(chapter.chapter_poster, { type: 'poster' }),
|
||||||
tags: chapter.chapter_tags.map((tag) => ({
|
tags: chapter.chapter_tags.map((tag) => ({
|
||||||
id: tag.id,
|
id: tag.id,
|
||||||
name: tag.name,
|
name: tag.name,
|
||||||
|
|||||||
Reference in New Issue
Block a user