From 0493632932ad8b62d97cc4a1385993d7d74d2471 Mon Sep 17 00:00:00 2001 From: dreamer Date: Mon, 30 Mar 2026 12:43:50 +0200 Subject: [PATCH] undo the other too --- code/handlers/roothandler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/handlers/roothandler.lua b/code/handlers/roothandler.lua index b79f09d..c89673a 100644 --- a/code/handlers/roothandler.lua +++ b/code/handlers/roothandler.lua @@ -12,7 +12,7 @@ local function Roothandler(self) self.total = hotmixes.utils.total_files_dir( path ) self.uri = hotmixes.utils.request_path - self.path = escape('/data/' .. self.titles.url .. hotmixes.utils.request_path) + self.path = '/data/' .. self.titles.url .. hotmixes.utils.request_path self.dirs = stuff.dirs self.files = stuff.files self.images = stuff.images