@desynova-digital/player 4.0.36 → 4.0.37

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.
@@ -284,11 +284,19 @@ var Player = exports["default"] = /*#__PURE__*/function (_Component) {
284
284
  key: "SDBorderActive",
285
285
  value: false
286
286
  });
287
+ this.actions.handleSDBorderChange({
288
+ key: "HDBorderActive",
289
+ value: true
290
+ });
287
291
  } else if (quality === 'sd') {
288
292
  this.actions.handleSDBorderChange({
289
293
  key: "HDBorderActive",
290
294
  value: false
291
295
  });
296
+ this.actions.handleSDBorderChange({
297
+ key: "SDBorderActive",
298
+ value: true
299
+ });
292
300
  }
293
301
  }
294
302
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "4.0.36",
3
+ "version": "4.0.37",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {