Browse Source

Update player.js

lqzhgood 6 năm trước cách đây
mục cha
commit
ea1bf33417
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {