1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Use shorthand syntax

This commit is contained in:
viown 2025-03-26 22:07:51 +03:00
parent 1a33b510ce
commit 34f5be9440
8 changed files with 22 additions and 22 deletions

View file

@ -64,8 +64,8 @@ export const useSearchItems = (
userId,
{
includeItemTypes: itemTypes,
parentId: parentId,
searchTerm: searchTerm,
parentId,
searchTerm,
limit: 800
},
{ signal }