mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add sorting by performer age (#6009)
This commit is contained in:
@@ -4131,6 +4131,13 @@ func TestSceneQuerySorting(t *testing.T) {
|
||||
sceneIDs[sceneIdx1WithPerformer],
|
||||
-1,
|
||||
},
|
||||
{
|
||||
"performer_age",
|
||||
"performer_age",
|
||||
models.SortDirectionEnumDesc,
|
||||
-1,
|
||||
-1,
|
||||
},
|
||||
}
|
||||
|
||||
qb := db.Scene
|
||||
|
||||
Reference in New Issue
Block a user