mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
Merge branch 'master' of https://github.com/fredrikburmester/streamyfin
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