@desynova-digital/player 4.0.29 → 4.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Player.js +3 -1
- package/package.json +1 -1
package/components/Player.js
CHANGED
|
@@ -359,11 +359,13 @@ var Player = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
359
359
|
},
|
|
360
360
|
key: "control-bar",
|
|
361
361
|
pauseOnOutMarkerSelect: fullProps.pauseOnOutMarkerSelect,
|
|
362
|
-
order: 2
|
|
362
|
+
order: 2,
|
|
363
|
+
playerType: fullProps.playerType
|
|
363
364
|
}, this.props)), /*#__PURE__*/_react["default"].createElement(_Shortcut["default"], _extends({
|
|
364
365
|
key: "shortcut",
|
|
365
366
|
order: 99.0
|
|
366
367
|
}, props, {
|
|
368
|
+
playerType: fullProps.playerType,
|
|
367
369
|
frameRate: fullProps.frameRate,
|
|
368
370
|
pauseOnOutMarkerSelect: fullProps.pauseOnOutMarkerSelect
|
|
369
371
|
}))];
|