This commit is contained in:
Sean Yesmunt 2021-04-02 15:19:02 -04:00
parent e1531b03bf
commit ddd6a8d191

View file

@ -41,7 +41,13 @@ export default function LivestreamLayout(props: Props) {
})}
</div>
)}
<FileTitleSection uri={uri} livestream isLive={isLive} activeViewers={activeViewers} stateOfViewers={isLive ? "watching" : "waiting"} />
<FileTitleSection
uri={uri}
livestream
isLive={isLive}
activeViewers={activeViewers}
stateOfViewers={isLive ? __('watching') : __('waiting')}
/>
</div>
<LivestreamComments uri={uri} />
</>