mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 20:02:01 +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}
|
posterShape={metaItem.posterShape}
|
||||||
playname={selectedMetaItemIndex === index}
|
playname={selectedMetaItemIndex === index}
|
||||||
deepLinks={metaItem.deepLinks}
|
deepLinks={metaItem.deepLinks}
|
||||||
|
watched={metaItem.watched}
|
||||||
data-index={index}
|
data-index={index}
|
||||||
onClick={metaItemOnClick}
|
onClick={metaItemOnClick}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue