Fixed actor stash name sorting.
This commit is contained in:
parent
aa36747364
commit
9446df8582
|
@ -340,6 +340,7 @@ async function queryManticoreSql(filters, options, _reqUser) {
|
||||||
if (filters.stashId) {
|
if (filters.stashId) {
|
||||||
builder.select(knex.raw(`
|
builder.select(knex.raw(`
|
||||||
actors.id as id,
|
actors.id as id,
|
||||||
|
actors.slug,
|
||||||
actors.gender as gender,
|
actors.gender as gender,
|
||||||
actors.country as country,
|
actors.country as country,
|
||||||
actors.height as height,
|
actors.height as height,
|
||||||
|
|
Loading…
Reference in New Issue