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

@ -40,8 +40,8 @@ export const useProgramsSearch = (
api!,
userId!,
{
parentId: parentId,
searchTerm: searchTerm
parentId,
searchTerm
},
{ signal }
),