diff --git a/src/output/plugins/PipeWireOutputPlugin.cxx b/src/output/plugins/PipeWireOutputPlugin.cxx index 30c6602b6..d12fa8693 100644 --- a/src/output/plugins/PipeWireOutputPlugin.cxx +++ b/src/output/plugins/PipeWireOutputPlugin.cxx @@ -655,8 +655,9 @@ PipeWireOutput::SetMixer(PipeWireMixer &_mixer) noexcept // TODO: Check if context and stream is ready and trigger a volume update... } -void PipeWireOutput::SendTag(const Tag &tag) noexcept { - +void +PipeWireOutput::SendTag(const Tag &tag) noexcept +{ CheckThrowError(); struct spa_dict_item items[3];