Update.
This commit is contained in:
parent
84d84e163b
commit
059b2e16ed
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ const updateGui = () => {
|
|||
|
||||
const addUnloadFn = el => {
|
||||
el.unload = () => {
|
||||
el.pause();
|
||||
el.src = '';
|
||||
el.load();
|
||||
};
|
||||
|
|
|
@ -28,6 +28,7 @@ const updateGui = () => {
|
|||
|
||||
const addUnloadFn = el => {
|
||||
el.unload = () => {
|
||||
el.pause();
|
||||
el.src = '';
|
||||
el.load();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue