mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-28 08:49:01 +00:00
upcoming episodes shown in videos list
This commit is contained in:
parent
d08daac6c0
commit
042e8b7ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ const VideosList = ({ className, metaResource }) => {
|
|||
);
|
||||
})
|
||||
.map((video, index) => (
|
||||
<Video {...video} key={index} />
|
||||
<Video {...video} upcoming={video.released.getTime() > (new Date).getTime()} key={index} />
|
||||
))
|
||||
}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue