@grfzhl/vue-hls-player 1.1.9 → 1.1.10

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.
@@ -418,7 +418,6 @@ function initVideo() {
418
418
  */
419
419
  const observer = new MutationObserver((mutationsList, observer) => {
420
420
  const mediaTheme = document.querySelector('.video-player-theme-container');
421
-
422
421
  if (mediaTheme && mediaTheme.shadowRoot) {
423
422
  const fullscreenButton = mediaTheme.shadowRoot.querySelector('media-fullscreen-button');
424
423
  const playbackRateButton = mediaTheme.shadowRoot.querySelector('media-playback-rate-menu');
@@ -469,6 +468,9 @@ defineExpose({ startFullscreen });
469
468
  text-indent: -999%;
470
469
  color: transparent;
471
470
  background-color: transparent;
471
+ text-shadow: none !important;
472
+ visibility: hidden !important;
473
+ opacity: 0 !important;
472
474
  }
473
475
 
474
476
  .custom-subtitles {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grfzhl/vue-hls-player",
3
3
  "private": false,
4
- "version": "1.1.9",
4
+ "version": "1.1.10",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"