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,
|
||||
volume: PropTypes.number,
|
||||
rate: PropTypes.number,
|
||||
playInBackground: PropTypes.bool,
|
||||
onLoadStart: PropTypes.func,
|
||||
onLoad: PropTypes.func,
|
||||
onError: PropTypes.func,
|
||||
|
Loading…
x
Reference in New Issue
Block a user