mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(OptionsMenu): disable external player buttons if stream is torrent
This commit is contained in:
parent
392c1f594e
commit
2d3d55c0bb
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ const OptionsMenu = ({ className, stream, playbackDevices }) => {
|
|||
<div className={styles['label']}>Download Video</div>
|
||||
</Button>
|
||||
{
|
||||
externalPlayers.map(({ id, name }) => (
|
||||
!stream.infoHash && externalPlayers.map(({ id, name }) => (
|
||||
<ExternalPlayerButton
|
||||
key={id}
|
||||
id={id}
|
||||
|
|
|
|||
Loading…
Reference in a new issue