mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 16:51:01 +00:00
transform query params to extra props
This commit is contained in:
parent
1f9700deec
commit
99f604e94b
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ const useCatalog = (urlParams, queryParams) => {
|
|||
resource: 'catalog',
|
||||
type_name: type,
|
||||
id: catalogId,
|
||||
extra: [] // TODO
|
||||
extra: Array.from(queryParams.entries())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue