Update join command
- Listening to the correct event - Removed erroneous .start()
This commit is contained in:
@@ -35,7 +35,7 @@ export async function returnAlsaDeviceObject() {
|
||||
var i = 0;
|
||||
|
||||
for (const responseLine of brokenCommand) {
|
||||
if (!String(responseLine).match(/^\s/g)) {
|
||||
if (String(responseLine) && !String(responseLine).match(/^\s/g)) {
|
||||
const tempDevice = {
|
||||
id: i,
|
||||
name: responseLine
|
||||
|
||||
Reference in New Issue
Block a user