Add tag count to studio sort whitelist (#5776)

This commit is contained in:
bob123491234 2025-03-27 20:45:40 -05:00 committed by GitHub
parent bac0b0a379
commit c0d5d1e5a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -586,6 +586,7 @@ var studioSortOptions = sortOptions{
"scenes_count", "scenes_count",
"random", "random",
"rating", "rating",
"tag_count",
"updated_at", "updated_at",
} }