Add filename order by option for search

This commit is contained in:
Bryan Ashby 2017-09-14 20:54:35 -06:00
parent 50bac95857
commit 68247d87e8
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ module.exports = class FileBaseFilters {
'user_rating', 'user_rating',
'est_release_year', 'est_release_year',
'byte_size', 'byte_size',
'file_name',
]; ];
} }

View File

@ -2762,6 +2762,7 @@
"rating", "rating",
"estimated year", "estimated year",
"size", "size",
"filename",
] ]
argName: sortByIndex argName: sortByIndex
} }