Skip to content

Commit

Permalink
chore: order by seeds for better suggestions on the streams page
Browse files Browse the repository at this point in the history
  • Loading branch information
enijar committed May 14, 2024
1 parent 052a7e9 commit f7e8acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/actions/streams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default async function streams(req: PrivateRequest, res: Response) {
const order: FindOptions["order"] = [
["year", "desc"],
["rating", "desc"],
["seeds", "desc"],
["duration", "desc"],
];

Expand Down

0 comments on commit f7e8acb

Please sign in to comment.