mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-21 22:56:29 -04:00
Allow shows to be sorted by names
This commit is contained in:
@@ -81,6 +81,11 @@ export const showFilters: FilterDef = {
|
||||
export const showSort = Sort(
|
||||
{
|
||||
slug: shows.slug,
|
||||
name: {
|
||||
sql: sql.raw(`t.${showTranslations.name.name}`),
|
||||
isNullable: false,
|
||||
accessor: (x) => x.name,
|
||||
},
|
||||
rating: shows.rating,
|
||||
airDate: shows.startAir,
|
||||
startAir: shows.startAir,
|
||||
|
||||
Reference in New Issue
Block a user