fix: address talk streaming build

This commit is contained in:
Peter Steinberger
2025-12-30 12:20:32 +01:00
parent 27adfb76fa
commit 9df22c0093
2 changed files with 5 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ private final class Playback: @unchecked Sendable {
return
}
self.enqueueCurrentBuffer(flushOnly: true)
self.stop(immediate: false)
_ = self.stop(immediate: false)
}
}