mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
indentation of catalog_resource content result improved
This commit is contained in:
parent
86cb8c8e77
commit
b1d5377453
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ const mapAddonsStateWithCtx = (addons, ctx) => {
|
|||
content: (addons.catalog_resource.request.path.id === 'INSTALLED' ?
|
||||
ctx.profile.addons.filter((addon) => addon.manifest.types.includes(addons.selected.request.path.type_name))
|
||||
:
|
||||
addons.catalog_resource.content.content).map((addon) => ({
|
||||
addons.catalog_resource.content.content)
|
||||
.map((addon) => ({
|
||||
transportUrl: addon.transportUrl,
|
||||
installed: ctx.profile.addons.some(({ transportUrl }) => transportUrl === addon.transportUrl),
|
||||
manifest: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue