mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Fix for missing upnp_uuid()
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user