[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2025-08-31 11:51:15 +02:00
parent 1b80620c17
commit 6f25e3d30c
+1 -2
View File
@@ -6305,8 +6305,7 @@ async function attachSinkId(element, sinkId) {
} else {
errorMessage = `Error: ${err}`;
}
console.error(errorMessage);
userLog('error', `attachSinkId: ${errorMessage}`);
console.error(`attachSinkId error: ${errorMessage}`);
// Jump back to first output device in the list as it's the default.
if (typeof audioOutputSelect !== 'undefined' && audioOutputSelect) {
audioOutputSelect.selectedIndex = 0;