From 3e565e5f4a017bd7f41c6ebc794bd24647101e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Mudanyal=C4=B1?= Date: Sun, 22 Mar 2020 00:49:32 +0300 Subject: [PATCH] Forgot to update delete commands location after changing file hierarchy --- app/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.lua b/app/index.lua index 500b19d..a7de7c0 100644 --- a/app/index.lua +++ b/app/index.lua @@ -370,7 +370,7 @@ while #tbl > 0 do elseif Controls.check(pad, SCE_CTRL_CROSS) and not Controls.check(oldpad, SCE_CTRL_CROSS) and freeze then freeze = false if f_idx == 1 then -- Delete - System.deleteFile("ux0:/data/TrackPlug/" .. tbl[list_idx].title) + System.deleteFile("ux0:/data/TrackPlug/Records/" .. tbl[list_idx].id .. ".bin") table.remove(tbl, list_idx) big_tbl = {} list_idx = list_idx - 1