mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-19 14:42:49 +00:00
Now with a pretty client side dialog for pairing
This commit is contained in:
@@ -88,7 +88,9 @@ NvHTTP.prototype = {
|
||||
},
|
||||
|
||||
getAppList: function () {
|
||||
console.log('Requested app list');
|
||||
return sendMessage('openUrl', [_self._baseUrlHttps+'/applist?'+_self._buildUidStr()]).then(function (ret) {
|
||||
console.log('App list request returned with: ' + ret);
|
||||
$xml = _self._parseXML(ret);
|
||||
|
||||
var rootElement = $xml.find("root")[0];
|
||||
@@ -103,6 +105,7 @@ NvHTTP.prototype = {
|
||||
});
|
||||
}
|
||||
|
||||
console.log('Returning app list: ' + appList);
|
||||
return appList;
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user