Update ECSAPI.lua

This commit is contained in:
Igor Timofeev 2015-09-15 02:39:37 +03:00
parent ecece93da2
commit 4e0d1d41ff

View File

@ -84,7 +84,7 @@ function ECSAPI.getHDDs()
["label"] = proxy.getLabel(),
["address"] = proxy.address,
["isReadOnly"] = proxy.isReadOnly(),
["isFloppy"] = proxy.isReadOnly(),
["isFloppy"] = isFloppy,
})
end
end