mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 23:13:24 -05: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) {
|
||||
#ifdef UPNP
|
||||
ws_writefd(pwsc,"%s",upnp_uuid());
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user