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:
parent
1a33b510ce
commit
34f5be9440
8 changed files with 22 additions and 22 deletions
|
@ -40,8 +40,8 @@ export const useProgramsSearch = (
|
|||
api!,
|
||||
userId!,
|
||||
{
|
||||
parentId: parentId,
|
||||
searchTerm: searchTerm
|
||||
parentId,
|
||||
searchTerm
|
||||
},
|
||||
{ signal }
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue