forked from Ninjalama/streamyfin_mirror
Merge pull request #85 from yihaolee85/master
Update [collectionId].tsx to fix sort order
This commit is contained in:
@@ -59,14 +59,14 @@ const page: React.FC = () => {
|
||||
useEffect(() => {
|
||||
setSortBy([
|
||||
{
|
||||
key: "ProductionYear",
|
||||
value: "Production Year",
|
||||
key: "PremiereDate",
|
||||
value: "Premiere Date",
|
||||
},
|
||||
]);
|
||||
setSortOrder([
|
||||
{
|
||||
key: "Descending",
|
||||
value: "Descending",
|
||||
key: "Ascending",
|
||||
value: "Ascending",
|
||||
},
|
||||
]);
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user