[upnpcontrol] discover child devices (#18721)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
pull/18725/head
Andrew Fiddian-Green 2025-05-29 20:37:51 +02:00 committed by GitHub
parent 5da5401487
commit 84e1508054
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -95,4 +95,9 @@ public class UpnpControlDiscoveryParticipant implements UpnpDiscoveryParticipant
}
return result;
}
@Override
public boolean notifyChildDevices() {
return true;
}
}