Compare commits

...

2 Commits

Author SHA1 Message Date
62753a4af0 0.46.11 2026-02-08 02:02:16 +01:00
2d4d2b1105 Fixed scene chapter photos not curated. 2026-02-08 02:02:14 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.46.10",
"version": "0.46.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.46.10",
"version": "0.46.11",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@@ -92,7 +92,7 @@
"overrides": {
"vite": "$vite"
},
"version": "0.46.10",
"version": "0.46.11",
"imports": {
"#/*": "./*.js"
}

View File

@@ -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,