FrontEnd angepasst
This commit is contained in:
parent
6866cb2651
commit
d4cfcca377
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ function createWaitingSnake(packet){
|
||||||
const elem = document.getElementById(key);
|
const elem = document.getElementById(key);
|
||||||
if(elem){
|
if(elem){
|
||||||
elem.remove();
|
elem.remove();
|
||||||
|
delete videoQueue[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue