Fixed actor stash name sorting.

This commit is contained in:
DebaucheryLibrarian 2024-03-23 22:31:14 +01:00
parent aa36747364
commit 9446df8582
1 changed files with 1 additions and 0 deletions

View File

@ -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,