mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-18 15:07:30 +01:00
Add an initial menu for the reader, and some minor changes.
This commit is contained in:
@@ -14,7 +14,7 @@ public class ChapterRecognition {
|
||||
private static Pattern p2 = Pattern.compile("(\\d+[\\.,]?\\d*)");
|
||||
|
||||
public static void parseChapterNumber(Chapter chapter, Manga manga) {
|
||||
if (chapter.chapter_number != 0)
|
||||
if (chapter.chapter_number != -1)
|
||||
return;
|
||||
|
||||
// Remove spaces and convert to lower case
|
||||
|
||||
Reference in New Issue
Block a user