mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
installedTypes used for type_name
This commit is contained in:
parent
43b685e1da
commit
bd6caaae6e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const mapAddonsStateWithCtx = (addons, ctx) => {
|
|||
base: 'https://v3-cinemeta.strem.io/manifest.json',
|
||||
path: {
|
||||
resource: 'addon_catalog',
|
||||
type_name: ctx.profile.addons[0].manifest.types[0],
|
||||
type_name: installedTypes[0].name,
|
||||
id: 'INSTALLED',
|
||||
extra: []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue