mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-16 09:08:04 -04:00
Fix for missing upnp_uuid()
This commit is contained in:
parent
3ac4048b0d
commit
f1cc5ca6fb
@ -531,7 +531,9 @@ int config_auth(WS_CONNINFO *pwsc, char *user, char *password) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void config_emit_upnp(WS_CONNINFO *pwsc, void *value, char *arg) {
|
void config_emit_upnp(WS_CONNINFO *pwsc, void *value, char *arg) {
|
||||||
|
#ifdef UPNP
|
||||||
ws_writefd(pwsc,"%s",upnp_uuid());
|
ws_writefd(pwsc,"%s",upnp_uuid());
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user