mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Next try.
This commit is contained in:
parent
195a2bcb58
commit
abff696afd
1 changed files with 4 additions and 0 deletions
|
@ -115,6 +115,10 @@ export default {
|
|||
this.ui.destroy();
|
||||
this.player = undefined;
|
||||
this.ui = undefined;
|
||||
const videoEl = document.querySelector("video");
|
||||
while (videoEl.firstChild) {
|
||||
videoEl.removeChild(videoEl.firstChild);
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue