mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Update noxplayer.adb.js
This commit is contained in:
parent
43e59679db
commit
b7b69076c7
|
@ -23,7 +23,7 @@ function getList() {
|
|||
;
|
||||
|
||||
for(var i = 0; i < devices.length; i++) {
|
||||
var hostname = devices[i].hostname;
|
||||
var hostname = ADB.create().getHostname(devices[i].id);
|
||||
var PID = parseInt(getProcessID(devices[i].id));
|
||||
items.push({
|
||||
hostname: hostname,
|
||||
|
|
Loading…
Reference in New Issue
Block a user