Remove extra line

This commit is contained in:
ZXY101
2024-01-30 10:30:35 +02:00
parent 6ecf57ccbe
commit 3b2c0bedc3

View File

@@ -101,7 +101,6 @@ 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,