Actually compare chapter numbers as numbers when sorting (fixes #7247)

This commit is contained in:
arkon
2022-06-10 09:49:50 -04:00
parent 59837bbb90
commit da8669c826
2 changed files with 4 additions and 5 deletions
@@ -258,4 +258,4 @@ class ChapterRecognitionTest {
val chapterNumber = parseChapterNumber(mangaTitle, name)
assertEquals(chapterNumber, expected)
}
}
}