From 2d4d2b11052977176efc6e8f883ee6f0dd6b1c98 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 8 Feb 2026 02:02:14 +0100 Subject: [PATCH] Fixed scene chapter photos not curated. --- src/scenes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenes.js b/src/scenes.js index a07f590..b584bd3 100644 --- a/src/scenes.js +++ b/src/scenes.js @@ -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,