mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
Fix empty app list on GFE 3.1
This commit is contained in:
parent
f0ab1d70be
commit
0e8ae95c61
@ -281,8 +281,7 @@ NvHTTP.prototype = {
|
||||
for (var i = 0, len = appElements.length; i < len; i++) {
|
||||
appList.push({
|
||||
title: appElements[i].getElementsByTagName("AppTitle")[0].innerHTML.trim(),
|
||||
id: parseInt(appElements[i].getElementsByTagName("ID")[0].innerHTML.trim(), 10),
|
||||
running: (appElements[i].getElementsByTagName("IsRunning")[0].innerHTML.trim() == 1)
|
||||
id: parseInt(appElements[i].getElementsByTagName("ID")[0].innerHTML.trim(), 10)
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user