1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

ui, rds changes, bugfixes

This commit is contained in:
NoobishSVK
2024-02-18 23:33:08 +01:00
parent 3dd0977ac1
commit e11ecdfcc3
8 changed files with 116 additions and 34 deletions

View File

@@ -54,7 +54,7 @@ function parseAudioDevice(options, callback) {
}
});
} else {
console.log('No matches found.');
logWarn('No audio devices have been found.');
}
});
break;