@desynova-digital/player 3.2.4 → 3.2.5

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.
@@ -989,6 +989,7 @@ var Video = function (_Component) {
989
989
  if (onTimeUpdate) {
990
990
  onTimeUpdate.apply(undefined, arguments);
991
991
  }
992
+ this.displaySubtitle();
992
993
  }
993
994
 
994
995
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {