mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
todo for streams map added to meta details model hook
This commit is contained in:
parent
cdfa1c024b
commit
28e9b00aeb
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ const mapMetaDetailsState = (meta_details) => {
|
|||
:
|
||||
meta_resource;
|
||||
});
|
||||
// TODO map streams with progress
|
||||
const streams_resources = meta_details.streams_resources;
|
||||
return { selected, meta_resources, streams_resources };
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue