This commit is contained in:
ZXY101
2024-01-30 10:30:12 +02:00

View File

@@ -101,6 +101,7 @@ export async function processFiles(_files: File[]) {
const volumes: Record<string, Volume> = {};
const mangas: string[] = [];
const files = _files.sort((a, b) => {
return decodeURI(a.name).localeCompare(decodeURI(b.name), undefined, {
numeric: true,