mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-08 20:56:04 +00:00
Update noxplayer.adb.js
This commit is contained in:
parent
0965c5930b
commit
69d0c0d307
|
@ -23,7 +23,7 @@ function getList() {
|
|||
;
|
||||
|
||||
for(var i = 0; i < devices.length; i++) {
|
||||
var hostname = ADB.create().getHostname(devices[i].id);
|
||||
var hostname = devices[i].hostname;
|
||||
var PID = parseInt(getProcessID(devices[i].id));
|
||||
items.push({
|
||||
hostname: hostname,
|
||||
|
|
Loading…
Reference in New Issue
Block a user