This commit is contained in:
Lars Jung 2020-03-07 13:53:53 +01:00
parent 84d84e163b
commit 059b2e16ed
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ const updateGui = () => {
const addUnloadFn = el => {
el.unload = () => {
el.pause();
el.src = '';
el.load();
};

View File

@ -28,6 +28,7 @@ const updateGui = () => {
const addUnloadFn = el => {
el.unload = () => {
el.pause();
el.src = '';
el.load();
};