From 07ceef9152f06a400f72453c3bea4eb6f41a6773 Mon Sep 17 00:00:00 2001 From: Tobias Hasselrot Date: Wed, 16 Dec 2015 13:53:04 +0100 Subject: [PATCH] Added back playInBackground property in js --- Video.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Video.js b/Video.js index 77323549..cd8e3ee4 100644 --- a/Video.js +++ b/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,