فهرست منبع

Update player.js

lqzhgood 6 سال پیش
والد
کامیت
ea1bf33417
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 {