@micromag/element-video 0.3.585 → 0.3.586

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.
Files changed (2) hide show
  1. package/es/index.js +1 -0
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -272,6 +272,7 @@ var Video = function Video(_ref) {
272
272
  hlsJs.startLevel = qualityLevel;
273
273
  if (_ref16.current !== null && _ref16.current.paused) {
274
274
  hlsJs.currentLevel = qualityLevel;
275
+ hlsJs.nextLevel = -1; // force auto quality selection for the next fragment
275
276
  }
276
277
  }
277
278
  }, [qualityStartLevel]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-video",
3
- "version": "0.3.585",
3
+ "version": "0.3.586",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -72,5 +72,5 @@
72
72
  "access": "public",
73
73
  "registry": "https://registry.npmjs.org/"
74
74
  },
75
- "gitHead": "f8c2902ea472fcb2d1cdd3fe5d6054afd0cc766b"
75
+ "gitHead": "01ad8835ef5788321e2c2a0f2d6400731de0fe45"
76
76
  }