mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-09 08:10:53 +00:00
fix: add missing prop to the discovery preview
This commit is contained in:
parent
df00d762fe
commit
48aa70eb71
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,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