mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-29 05:38:48 +00:00
add todo for title in player
This commit is contained in:
parent
ed76d68363
commit
8a93fa997b
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ const Player = ({ urlParams }) => {
|
|||
<HorizontalNavBar
|
||||
className={classnames(styles['layer'], styles['nav-bar-layer'])}
|
||||
title={
|
||||
// TODO consider use video.title and fallback to stream.title
|
||||
player.meta_resource !== null && player.meta_resource.content.type === 'Ready' ?
|
||||
player.meta_resource.content.content.name
|
||||
:
|
||||
|
|
|
|||
Loading…
Reference in a new issue