From 20a1e3e7bb1b026ab08534a6502563aea0b5d81b Mon Sep 17 00:00:00 2001 From: Alexey Date: Sun, 10 Aug 2025 16:26:21 +0300 Subject: [PATCH] fix the List.lua --- com/List.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com/List.lua b/com/List.lua index cb2c227..3e2fa38 100644 --- a/com/List.lua +++ b/com/List.lua @@ -52,6 +52,6 @@ end local basePath = "com" local layer = params.layer and params.layer:gsub(">", "/") or nil -session.response.result = { +session.response.send({ answer = layer and scanDirectory(basePath, layer) or scanDirectory(basePath, "") -} \ No newline at end of file +}) \ No newline at end of file