mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-20 10:10:08 -05:00
Fix news sorting
This commit is contained in:
parent
b7e1c4dc3e
commit
2311636a63
@ -130,7 +130,7 @@ const newsSort: Sort = {
|
||||
// in the news query we already filter nulls out
|
||||
isNullable: false,
|
||||
accessor: (x) => x.availableSince,
|
||||
desc: false,
|
||||
desc: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user