mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Try removing video element.
This commit is contained in:
parent
4b1b71d452
commit
8087788085
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ export default {
|
|||
this.player.destroy();
|
||||
this.player = undefined;
|
||||
window.ui = undefined;
|
||||
document.querySelector("video").remove();
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue