mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
target discover core model in discover route
This commit is contained in:
parent
ab0e262bf9
commit
d9efcd08ec
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ const useCatalog = (urlParams, queryParams) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
}, 'Discover');
|
||||||
return () => {
|
return () => {
|
||||||
core.off('NewModel', onNewModel);
|
core.off('NewModel', onNewModel);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue