ambigous single named actors can change gender with scrappers, eg alex.
In actors.js
const [entitiesBySlug, existingActorEntries] = await Promise.all([ fetchEntitiesBySlug(entitySlugs, 'desc'), knex('actors') .select(['id', 'name', 'slug', 'entry_id', **'gender'**]) .whereIn('slug', baseActors.map(baseActor => baseActor.slug)) .whereNull('alias_for'), ]);
No dependencies set.
The note is not visible to the blocked user.
ambigous single named actors can change gender with scrappers, eg alex.
In actors.js
Pass actor's gender to the scrapperto Pass actor's gender to the scraper