Skip to content

Commit

Permalink
Don't pass userId unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Nov 10, 2024
1 parent 514b442 commit 75fbe1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,7 @@ export function getShuffleItems(
filters: ['IsNotFolder'],
limit: 50,
recursive: true,
sortBy: ['Random'],
userId
sortBy: ['Random']
};

let additionalParams: ItemsApiGetItemsRequest;
Expand Down

0 comments on commit 75fbe1b

Please sign in to comment.