mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix catalog origin in board
This commit is contained in:
parent
0e6e665e04
commit
7e73c4eb15
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ const mapBoardStateWithCtx = (board, ctx) => {
|
|||
}
|
||||
:
|
||||
catalog_resource.content;
|
||||
const origin = catalog_resource.origin = ctx.profile.addons.reduce((origin, addon) => {
|
||||
const origin = ctx.profile.addons.reduce((origin, addon) => {
|
||||
if (addon.transportUrl === catalog_resource.request.base) {
|
||||
return typeof addon.manifest.name === 'string' && addon.manifest.name.length > 0 ?
|
||||
addon.manifest.name
|
||||
|
|
|
|||
Loading…
Reference in a new issue