chore: Update node-pipewire and fix a lint error

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
Jacob Schlecht 2026-08-04 22:15:17 -06:00
parent b255b0aba0
commit e8f91e4e23
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1cd115847a9726718f2c9fb04e0fa18feb4a3111
Subproject commit e2b8f6fa7aaa46c6abc1f013ba2bd8de30b203ea

View File

@ -28,7 +28,8 @@ export async function initVirtualMic() {
getClients,
getNodes,
linkNodesNameToId,
//@ts-expect-error This module may not be found on non-linux builds.
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore This module may not be found on non-linux builds.
} = await import("node-pipewire"); //eslint-disable-line
createPwThread();