fix(audioservice): another Qt-11 warning fix

This commit is contained in:
Lemmy
2026-04-02 11:15:04 -04:00
parent 529ad588c6
commit 411a820f3c
+6 -1
View File
@@ -223,7 +223,12 @@ Singleton {
// Track links to the default sink to find active streams
PwNodeLinkTracker {
id: sinkLinkTracker
node: root.sink
}
onSinkChanged: {
if (root.sink) {
sinkLinkTracker.node = root.sink;
}
}
// Track all streams globally to prevent binding loops for filtered out streams