1
0
Fork 0
mirror of https://github.com/lrsjng/h5ai synced 2025-12-06 17:02:26 +01:00
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();
};