diff --git a/node-pipewire b/node-pipewire index 1cd1158..e2b8f6f 160000 --- a/node-pipewire +++ b/node-pipewire @@ -1 +1 @@ -Subproject commit 1cd115847a9726718f2c9fb04e0fa18feb4a3111 +Subproject commit e2b8f6fa7aaa46c6abc1f013ba2bd8de30b203ea diff --git a/src/native/virtualMic.ts b/src/native/virtualMic.ts index 98a0626..3eeb01b 100644 --- a/src/native/virtualMic.ts +++ b/src/native/virtualMic.ts @@ -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();