mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-30 12:25:22 +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',
|
resource: 'catalog',
|
||||||
type_name: type,
|
type_name: type,
|
||||||
id: catalogId,
|
id: catalogId,
|
||||||
extra: [] // TODO
|
extra: Array.from(queryParams.entries())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue