force sort archive filenames

This commit is contained in:
hyugogirubato
2025-09-17 20:48:20 +02:00
parent c045c548de
commit 9d5d539311
+1 -1
View File
@@ -156,7 +156,7 @@ class ComicInfo(ComicModel):
ComicInfo: An instance of ComicInfo.
"""
pages = []
names = archive_file.namelist()
names = sorted(archive_file.namelist())
comic_info = {}
if XML_NAME in names: