Skip to content

Commit

Permalink
Merge pull request Stremio#419 from 0xRnato/fix/discover-missing-links
Browse files Browse the repository at this point in the history
fix: add missing prop to the discover preview
  • Loading branch information
jaruba authored Jul 11, 2023
2 parents 41755d0 + 48aa70e commit 96f6f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/Discover/Discover.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 96f6f7b

Please sign in to comment.