Ver Fonte

Update player.js

lqzhgood há 6 anos atrás
pai
commit
ea1bf33417
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/js/player.js

+ 1 - 1
src/js/player.js

@@ -351,7 +351,7 @@ class DPlayer {
                         hls.attachMedia(video);
                         this.events.on('destroy', () => {
                             hls.destroy();
-                            delete this.plugins.Hls;
+                            delete this.plugins.hls;
                         });
                     }
                     else {