mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
couple more
This commit is contained in:
parent
829ebb87e7
commit
bb170f53c8
2 changed files with 1 additions and 2 deletions
|
|
@ -221,7 +221,7 @@ Stream.propTypes = {
|
|||
android: PropTypes.string,
|
||||
windows: PropTypes.string,
|
||||
macos: PropTypes.string,
|
||||
linux: PropTypes.string
|
||||
linux: PropTypes.string,
|
||||
})
|
||||
})
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -146,7 +146,6 @@ const StreamsList = ({ className, video, ...props }) => {
|
|||
progress={stream.progress}
|
||||
deepLinks={stream.deepLinks}
|
||||
onClick={stream.onClick}
|
||||
onContextMenu={stream.onContextMenu}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue