couple more

This commit is contained in:
Namyts 2024-07-23 10:11:43 +01:00
parent 829ebb87e7
commit bb170f53c8
2 changed files with 1 additions and 2 deletions

View file

@ -221,7 +221,7 @@ Stream.propTypes = {
android: PropTypes.string,
windows: PropTypes.string,
macos: PropTypes.string,
linux: PropTypes.string
linux: PropTypes.string,
})
})
}),

View file

@ -146,7 +146,6 @@ const StreamsList = ({ className, video, ...props }) => {
progress={stream.progress}
deepLinks={stream.deepLinks}
onClick={stream.onClick}
onContextMenu={stream.onContextMenu}
/>
))}
</div>