diff --git a/src/actors.js b/src/actors.js index 17c7f44..94de7cc 100644 --- a/src/actors.js +++ b/src/actors.js @@ -340,6 +340,7 @@ async function queryManticoreSql(filters, options, _reqUser) { if (filters.stashId) { builder.select(knex.raw(` actors.id as id, + actors.slug, actors.gender as gender, actors.country as country, actors.height as height,