This check, at line 179 of sky-plus-hd.js returns true... `if (result.root.device.manufacturer != "Sky") {` On my Samsung SkyHD box, the xml says... `<manufacturer>Samsung</manufacturer>` If I comment out this manufacturer test, it works fine.
This check, at line 179 of sky-plus-hd.js returns true...
if (result.root.device.manufacturer != "Sky") {On my Samsung SkyHD box, the xml says...
<manufacturer>Samsung</manufacturer>If I comment out this manufacturer test, it works fine.