@desynova-digital/player 3.7.1 → 3.7.2

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.
@@ -292,9 +292,7 @@ var Player = function (_Component) {
292
292
  key: 'onSegmentClick',
293
293
  value: function onSegmentClick(start_time, end_time, seek) {
294
294
  this.actions.handleMarkerUpdate(start_time, end_time);
295
- if (!seek) {
296
- this.actions.play();
297
- }
295
+ seek ? this.actions.pause() : this.actions.play();
298
296
  this.actions.handleVideoRewind(false);
299
297
  this.actions.seek(start_time);
300
298
  this.actions.handleVideoPreview(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {