chore: Update node-pipewire and fix a lint error
Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
parent
b255b0aba0
commit
e8f91e4e23
|
|
@ -1 +1 @@
|
|||
Subproject commit 1cd115847a9726718f2c9fb04e0fa18feb4a3111
|
||||
Subproject commit e2b8f6fa7aaa46c6abc1f013ba2bd8de30b203ea
|
||||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue