mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-13 10:52:28 -04:00
Fix news sorting
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user