Fixed actor stash name sorting.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user