Update.
This commit is contained in:
parent
84d84e163b
commit
059b2e16ed
@ -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…
x
Reference in New Issue
Block a user