This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user