Skip to content

Commit

Permalink
Update list-ssdp.js
Browse files Browse the repository at this point in the history
just fix the file :)
  • Loading branch information
Adyku committed Jun 24, 2016
1 parent c000d65 commit 08d858c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/list-ssdp.js
Expand Up @@ -84,11 +84,8 @@ new SSDP().on('response', function(msg, rinfo) {
} catch(ex) {
return f(location, response.headers, data);
}
<<<<<<< Updated upstream

if ((!!json.root) && (!json.root.URLBase)) json.root.URLBase = options.protocol + '//' + options.host + '/';
=======
>>>>>>> Stashed changes

if ((!json.root) || (!json.root.device.serviceList) || (!util.isArray(json.root.device.serviceList.service))) return;

Expand Down

0 comments on commit 08d858c

Please sign in to comment.