This commit is contained in:
恍兮惚兮 2024-08-03 14:40:29 +08:00
parent 55fc207a49
commit 4e2252647a

View File

@ -161,7 +161,9 @@ class common:
for _ in imagepath_all:
if _ is None:
continue
if os.path.normpath(os.path.abspath(_)) not in normaled:
norm = os.path.normpath(os.path.abspath(_))
if norm not in normaled:
normaled.append(norm)
savehook_new_data[gameuid]["imagepath_all"].append(_)
if title:
if not savehook_new_data[gameuid]["istitlesetted"]: