Skip to content

Commit

Permalink
v7.2.0
Browse files Browse the repository at this point in the history
Bug fix for error handling for old titles files if missing category value
jimbob4000 committed Jan 26, 2025

Unverified

This user has not yet uploaded their public signing key.
1 parent 290062d commit 4a98dab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.lua
Original file line number Diff line number Diff line change
@@ -4666,7 +4666,6 @@ function listDirectory(dir)
if file.category == nil then
-- Legacy fix
delete_cache()
FreeIcons()
FreeMemory()
Network.term()
dofile("app0:index.lua")
@@ -4977,7 +4976,6 @@ function listDirectory(dir)
if file.category == nil then
-- Legacy fix
delete_cache()
FreeIcons()
FreeMemory()
Network.term()
dofile("app0:index.lua")
@@ -5307,7 +5305,6 @@ function listDirectory(dir)
if file.category == nil then
-- Legacy fix
delete_cache()
FreeIcons()
FreeMemory()
Network.term()
dofile("app0:index.lua")

0 comments on commit 4a98dab

Please sign in to comment.