mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
useMetaDetails missing semicolon added
This commit is contained in:
parent
f3584bf155
commit
ef62ca7e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const mapMetaDetailsStateWithCtx = (meta_details, ctx) => {
|
|||
{
|
||||
...meta_resource,
|
||||
addon: ctx.profile.addons.find((addon) => addon.transportUrl === meta_resource.request.base)
|
||||
}
|
||||
};
|
||||
});
|
||||
const streams_resources = meta_details.streams_resources.map((stream_resource) => {
|
||||
return stream_resource.content.type === 'Ready' ?
|
||||
|
|
|
|||
Loading…
Reference in a new issue