mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add missing performer sort options to whitelist (#5129)
Adds career length, measurements and weight.
This commit is contained in:
@@ -30,6 +30,9 @@ const sortByOptions = [
|
||||
"play_count",
|
||||
"last_played_at",
|
||||
"last_o_at",
|
||||
"career_length",
|
||||
"weight",
|
||||
"measurements",
|
||||
]
|
||||
.map(ListFilterOptions.createSortBy)
|
||||
.concat([
|
||||
|
||||
Reference in New Issue
Block a user