mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Merge pull request #580 from Stremio/fix-watched-indicator-missing
fix: missing watched indicator on discover and board
This commit is contained in:
commit
6350b426ad
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue