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