@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.
- package/components/Player.js +8 -0
- package/package.json +1 -1
package/components/Player.js
CHANGED
|
@@ -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
|
}
|