mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Add Prop Type for openPlayer
This commit is contained in:
parent
5b8c211ade
commit
b20359f373
1 changed files with 10 additions and 8 deletions
|
|
@ -103,14 +103,16 @@ Stream.propTypes = {
|
|||
deepLinks: PropTypes.shape({
|
||||
player: PropTypes.string,
|
||||
externalPlayer: PropTypes.shape({
|
||||
vlc: {
|
||||
ios: PropTypes.string,
|
||||
android: PropTypes.string,
|
||||
desktop: PropTypes.string
|
||||
},
|
||||
href: PropTypes.string,
|
||||
streaming: PropTypes.string,
|
||||
fileName: PropTypes.string
|
||||
openPlayer: PropTypes.shape({
|
||||
vlc: {
|
||||
ios: PropTypes.string,
|
||||
android: PropTypes.string,
|
||||
desktop: PropTypes.string
|
||||
},
|
||||
href: PropTypes.string,
|
||||
streaming: PropTypes.string,
|
||||
fileName: PropTypes.string
|
||||
})
|
||||
})
|
||||
}),
|
||||
onClick: PropTypes.func
|
||||
|
|
|
|||
Loading…
Reference in a new issue