Update noxplayer.adb.js

This commit is contained in:
Namhyeon Go 2022-03-02 23:51:45 +09:00 committed by GitHub
parent 0965c5930b
commit 69d0c0d307
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 = ADB.create().getHostname(devices[i].id); var hostname = devices[i].hostname;
var PID = parseInt(getProcessID(devices[i].id)); var PID = parseInt(getProcessID(devices[i].id));
items.push({ items.push({
hostname: hostname, hostname: hostname,