@desynova-digital/player 4.0.23 → 4.0.24

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.
@@ -695,10 +695,10 @@ var Shortcut = exports["default"] = /*#__PURE__*/function (_Component) {
695
695
  action: 'pause',
696
696
  source: 'shortcut'
697
697
  });
698
- actions.changeRate(1.0, {
699
- action: 'fast-forward',
700
- source: 'shortcut'
701
- });
698
+ // actions.changeRate(1.0, {
699
+ // action: 'fast-forward',
700
+ // source: 'shortcut'
701
+ // });
702
702
  }
703
703
  }
704
704
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "4.0.23",
3
+ "version": "4.0.24",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {