Skip to content

Commit

Permalink
Fixes #9673 (#9762)
Browse files Browse the repository at this point in the history
Signed-off-by: morph166955 <rosenblumb@gmail.com>
  • Loading branch information
morph166955 committed Jan 9, 2021
1 parent 382ce10 commit 2549870
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -325,7 +325,7 @@ private synchronized void stopService(SamsungTvService service) {
@Override
public void remoteDeviceAdded(@Nullable Registry registry, @Nullable RemoteDevice device) {
if (configuration.hostName != null && device != null && device.getIdentity() != null
&& device.getIdentity().getDescriptorURL() == null
&& device.getIdentity().getDescriptorURL() != null
&& configuration.hostName.equals(device.getIdentity().getDescriptorURL().getHost())
&& device.getType() != null) {
logger.debug("remoteDeviceAdded: {}, {}", device.getType().getType(),
Expand Down

0 comments on commit 2549870

Please sign in to comment.