Skip to content

Commit

Permalink
Merge pull request #580 from Stremio/fix-watched-indicator-missing
Browse files Browse the repository at this point in the history
fix: missing watched indicator on discover and board
  • Loading branch information
tymmesyde committed Feb 8, 2024
2 parents 128a751 + e6f6819 commit 6350b42
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 @@ -150,6 +150,7 @@ const Discover = ({ urlParams, queryParams }) => {
posterShape={metaItem.posterShape}
playname={selectedMetaItemIndex === index}
deepLinks={metaItem.deepLinks}
watched={metaItem.watched}
data-index={index}
onClick={metaItemOnClick}
/>
Expand Down

0 comments on commit 6350b42

Please sign in to comment.