mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 21:12:13 +00:00
Addons catalog model name changed
This commit is contained in:
parent
5ee47cf7d2
commit
3a73f3b2bd
1 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ const onNewAddonsState = (addons) => {
|
|||
return {
|
||||
action: 'Load',
|
||||
args: {
|
||||
model: 'CatalogFiltered',
|
||||
model: 'CatalogWithFilters',
|
||||
args: {
|
||||
request: addons.selectable.catalogs[0].request
|
||||
}
|
||||
|
|
@ -61,7 +61,7 @@ const useAddons = (urlParams) => {
|
|||
return {
|
||||
action: 'Load',
|
||||
args: {
|
||||
model: 'CatalogFiltered',
|
||||
model: 'CatalogWithFilters',
|
||||
args: {
|
||||
request: {
|
||||
base: urlParams.transportUrl,
|
||||
|
|
@ -81,7 +81,7 @@ const useAddons = (urlParams) => {
|
|||
return {
|
||||
action: 'Load',
|
||||
args: {
|
||||
model: 'CatalogFiltered',
|
||||
model: 'CatalogWithFilters',
|
||||
args: {
|
||||
request: addons.selectable.catalogs[0].request
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue