myetv-player 1.6.8 → 1.7.0

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.
@@ -7961,6 +7961,7 @@ async loadAdaptiveLibraries() {
7961
7961
  });
7962
7962
 
7963
7963
  // Initialize player
7964
+ this.video.dataset.mpdUrl = src;
7964
7965
  this.dashPlayer.initialize(this.video, src, this.options.autoplay);
7965
7966
 
7966
7967
  // Ensure text tracks remain disabled after initialization
@@ -7089,6 +7089,7 @@ async loadAdaptiveLibraries() {
7089
7089
  this.updateAdaptiveQualityDisplay();
7090
7090
  });
7091
7091
 
7092
+ this.video.dataset.mpdUrl = src;
7092
7093
  this.dashPlayer.initialize(this.video, src, this.options.autoplay);
7093
7094
 
7094
7095
  setTimeout(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myetv-player",
3
- "version": "1.6.8",
3
+ "version": "1.7.0",
4
4
  "description": "MYETV Video Player - Modular HTML5 video player with plugin support for YouTube, Vimeo, Twitch, Facebook, Cloudflare Stream and streaming protocols (HLS/DASH)",
5
5
  "main": "dist/myetv-player.js",
6
6
  "files": [
@@ -69,3 +69,5 @@
69
69
 
70
70
 
71
71
 
72
+
73
+