installedTypes used for type_name

This commit is contained in:
svetlagasheva 2020-02-25 16:28:50 +02:00
parent 43b685e1da
commit bd6caaae6e

View file

@ -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: []
}