fix single video control not working
This commit is contained in:
parent
7bb3d079f7
commit
9019963597
@ -212,7 +212,7 @@ class CommsServer {
|
||||
this.sendToAll(message);
|
||||
return;
|
||||
}
|
||||
[tab, frame] = tab.split('-')
|
||||
[tab, frame] = frame.split('-');
|
||||
}
|
||||
|
||||
this.logger.log('info', 'comms', `%c[CommsServer::sendToFrame] attempting to send message to tab ${tab}, frame ${frame}`, "background: #dda; color: #11D", message);
|
||||
|
Loading…
Reference in New Issue
Block a user