mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
show play icon for selected items in Discover
This commit is contained in:
parent
59cfcabba7
commit
d98248fe6f
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ const Discover = ({ urlParams, queryParams }) => {
|
|||
name={metaItem.name}
|
||||
poster={metaItem.poster}
|
||||
posterShape={metaItem.posterShape}
|
||||
playIcon={selectedMetaItem === metaItem}
|
||||
href={metaItem.href}
|
||||
data-index={index}
|
||||
onClick={metaItemOnClick}
|
||||
|
|
|
|||
Loading…
Reference in a new issue