myetv-player 1.0.8 → 1.1.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.
@@ -137,7 +137,7 @@ const player = new MYETVPlayer('myVideo', {
137
137
  // ========== Plugin Options ==========
138
138
  debug: false, // Enable debug logging
139
139
  replaceNativePlayer: true, // Replace native video element
140
- syncControls: false // Sync with custom controls
140
+ syncControls: true // Sync with custom controls
141
141
  }
142
142
  }
143
143
  });