Added back playInBackground property in js
This commit is contained in:
parent
45fa8dd05b
commit
07ceef9152
1
Video.js
1
Video.js
@ -127,6 +127,7 @@ Video.propTypes = {
|
|||||||
muted: PropTypes.bool,
|
muted: PropTypes.bool,
|
||||||
volume: PropTypes.number,
|
volume: PropTypes.number,
|
||||||
rate: PropTypes.number,
|
rate: PropTypes.number,
|
||||||
|
playInBackground: PropTypes.bool,
|
||||||
onLoadStart: PropTypes.func,
|
onLoadStart: PropTypes.func,
|
||||||
onLoad: PropTypes.func,
|
onLoad: PropTypes.func,
|
||||||
onError: PropTypes.func,
|
onError: PropTypes.func,
|
||||||
|
Loading…
Reference in New Issue
Block a user