mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-06 10:44:11 +00:00
Fix player destroyed incorrectly.
This commit is contained in:
@@ -105,7 +105,7 @@ export default {
|
||||
},
|
||||
beforeUnmount() {
|
||||
if (this.player) {
|
||||
document.querySelector("video").remove();
|
||||
window.player.destroy();
|
||||
window.player = undefined;
|
||||
window.ui = undefined;
|
||||
}
|
||||
|
Reference in New Issue
Block a user