This commit is contained in:
kepler155c
2018-10-27 21:35:21 -04:00
parent d227d6ebb7
commit 57e7a574c4
16 changed files with 518 additions and 288 deletions

View File

@@ -33,6 +33,7 @@ local function client(socket)
if not data then
break
end
debug('remote: ' .. data.request)
if data.request == 'list' then
local items = Milo:refreshItems()
Milo:mergeResources(items)