Updating Manticore in movie scene association. Fixed Jules Jordan scene movie link.

This commit is contained in:
DebaucheryLibrarian
2026-05-23 01:00:52 +02:00
parent 75fe8f1b8b
commit 97f535fb42
4 changed files with 51 additions and 17 deletions

View File

@@ -38,6 +38,7 @@ async function init() {
id int,
name text,
slug string,
entity_id int,
gender string,
date_of_birth timestamp,
country string,
@@ -59,6 +60,7 @@ async function init() {
index: 'actors',
id: actor.id,
doc: {
entity_id: actor.entity_id,
name: actor.name,
slug: actor.slug,
gender: actor.gender || undefined,