mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Add tag count to studio sort whitelist (#5776)
This commit is contained in:
parent
bac0b0a379
commit
c0d5d1e5a7
1 changed files with 1 additions and 0 deletions
|
|
@ -586,6 +586,7 @@ var studioSortOptions = sortOptions{
|
||||||
"scenes_count",
|
"scenes_count",
|
||||||
"random",
|
"random",
|
||||||
"rating",
|
"rating",
|
||||||
|
"tag_count",
|
||||||
"updated_at",
|
"updated_at",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue