[upnpcontrol] discover child devices (#18721)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>pull/18725/head
parent
5da5401487
commit
84e1508054
|
@ -95,4 +95,9 @@ public class UpnpControlDiscoveryParticipant implements UpnpDiscoveryParticipant
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean notifyChildDevices() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue