output/snapcast: add missing #ifdef HAVE_ZEROCONF
This commit is contained in:
parent
7a68775e6c
commit
f08810b202
@ -90,7 +90,9 @@ SnapcastOutput::Unbind() noexcept
|
||||
assert(!open);
|
||||
|
||||
BlockingCall(GetEventLoop(), [this](){
|
||||
#ifdef HAVE_ZEROCONF
|
||||
zeroconf_helper.reset();
|
||||
#endif
|
||||
|
||||
ServerSocket::Close();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user