mirror of
https://github.com/stashapp/stash.git
synced 2026-01-06 05:39:37 -06:00
Correct title ordering for objects without titles (#3244)
* Correct scene title ordering * Correct ordering for other objects * Add basename function, add to gallery title sort
This commit is contained in:
@@ -428,6 +428,7 @@ func registerCustomDriver() {
|
||||
funcs := map[string]interface{}{
|
||||
"regexp": regexFn,
|
||||
"durationToTinyInt": durationToTinyIntFn,
|
||||
"basename": basenameFn,
|
||||
}
|
||||
|
||||
for name, fn := range funcs {
|
||||
|
||||
Reference in New Issue
Block a user