mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Add missing ENABLE_MDNS guards
This commit is contained in:
parent
e52d73be5c
commit
106ce8b3f8
@ -295,7 +295,9 @@ void HyperionDaemon::startNetworkServices()
|
||||
_webserver->thread()->start();
|
||||
_sslWebserver->thread()->start();
|
||||
|
||||
#ifdef ENABLE_MDNS
|
||||
_mDNSProvider->thread()->start();
|
||||
#endif
|
||||
_ssdp->thread()->start();
|
||||
|
||||
#if defined(ENABLE_FLATBUF_SERVER)
|
||||
@ -315,7 +317,9 @@ void HyperionDaemon::stopNetworkServices()
|
||||
_flatBufferServer.reset(nullptr);
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_MDNS
|
||||
_mDNSProvider.reset(nullptr);
|
||||
#endif
|
||||
_ssdp.reset(nullptr);
|
||||
|
||||
_sslWebserver.reset(nullptr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user