mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
Merge pull request #419 from 0xRnato/fix/discover-missing-links
fix: add missing prop to the discover preview
This commit is contained in:
commit
96f6f7b786
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ const Discover = ({ urlParams, queryParams }) => {
|
|||
released={selectedMetaItem.released}
|
||||
description={selectedMetaItem.description}
|
||||
deepLinks={selectedMetaItem.deepLinks}
|
||||
links={selectedMetaItem.links}
|
||||
trailerStreams={selectedMetaItem.trailerStreams}
|
||||
inLibrary={selectedMetaItem.inLibrary}
|
||||
toggleInLibrary={selectedMetaItem.inLibrary ? removeFromLibrary : addToLibrary}
|
||||
|
|
|
|||
Loading…
Reference in a new issue