mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-23 05:59:50 +00:00
Don't pass userId unnecessarily
This commit is contained in:
parent
bfee74f006
commit
38068f3120
@ -494,8 +494,7 @@ export function getShuffleItems(
|
||||
filters: ['IsNotFolder'],
|
||||
limit: 50,
|
||||
recursive: true,
|
||||
sortBy: ['Random'],
|
||||
userId
|
||||
sortBy: ['Random']
|
||||
};
|
||||
|
||||
let additionalParams: ItemsApiGetItemsRequest;
|
||||
|
Loading…
Reference in New Issue
Block a user