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) {
|
||||
builder.select(knex.raw(`
|
||||
actors.id as id,
|
||||
actors.slug,
|
||||
actors.gender as gender,
|
||||
actors.country as country,
|
||||
actors.height as height,
|
||||
|
|
Loading…
Reference in New Issue