We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0000ec1 commit ee052f0Copy full SHA for ee052f0
1 file changed
src/components/BootstrapBlazor.Player/Player.razor.js
@@ -1,4 +1,4 @@
1
-import './plyr.js';
+import './plyr.js';
2
import './hls.js';
3
import { addLink, addScript } from '../BootstrapBlazor/modules/utility.js';
4
import Data from '../BootstrapBlazor/modules/data.js';
@@ -106,7 +106,7 @@ export function dispose(id) {
106
const { player } = p;
107
if (player) {
108
player.destroy();
109
- player = null;
+ delete p.player;
110
}
111
112
0 commit comments