fix single video control not working

This commit is contained in:
Tamius Han 2020-05-16 22:02:06 +02:00
parent 7bb3d079f7
commit 9019963597

View File

@ -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);