@desynova-digital/player 4.0.25 → 4.0.26

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.
@@ -186,10 +186,10 @@ var Shortcut = exports["default"] = /*#__PURE__*/function (_Component) {
186
186
  action: 'pause',
187
187
  source: 'shortcut'
188
188
  });
189
- // actions.changeRate(1.0, {
190
- // action: 'fast-forward',
191
- // source: 'shortcut'
192
- // });
189
+ actions.changeRate(1.0, {
190
+ action: 'fast-forward',
191
+ source: 'shortcut'
192
+ });
193
193
  actions.handleVideoRewind(false);
194
194
  }
195
195
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "4.0.25",
3
+ "version": "4.0.26",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {