mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-23 20:15:41 -04:00
Inverted rendezvous test
This commit is contained in:
parent
9ca4ac55ba
commit
ca6bcec06e
@ -504,7 +504,7 @@ void xml_get_stats(WS_CONNINFO *pwsc) {
|
|||||||
|
|
||||||
#ifndef WITHOUT_MDNS
|
#ifndef WITHOUT_MDNS
|
||||||
if(config.use_mdns) {
|
if(config.use_mdns) {
|
||||||
xml_output(pxml,"status",rend_running() ? "Stopped" : "Running"); /* ??? */
|
xml_output(pxml,"status",rend_running() ? "Running" : "Stopped"); /* ??? */
|
||||||
} else {
|
} else {
|
||||||
xml_output(pxml,"status","Disabled");
|
xml_output(pxml,"status","Disabled");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user