Update noxplayer.adb.js

This commit is contained in:
Namhyeon Go 2022-03-02 23:47:44 +09:00 committed by GitHub
parent 43e59679db
commit b7b69076c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ function getList() {
; ;
for(var i = 0; i < devices.length; i++) { 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)); var PID = parseInt(getProcessID(devices[i].id));
items.push({ items.push({
hostname: hostname, hostname: hostname,