mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: missing watched indicator on discover and board
This commit is contained in:
parent
128a751dc7
commit
e6f681993c
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