Bugfixes (#2862)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
5a7fd25548
commit
8f4e1fbb36
14 changed files with 92 additions and 1287 deletions
|
@ -463,7 +463,7 @@ public class ParseScannedFiles
|
|||
chapter.IssueOrder = counter;
|
||||
counter++;
|
||||
}
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
|
@ -479,7 +479,7 @@ public class ParseScannedFiles
|
|||
chapter.IssueOrder = counter;
|
||||
counter++;
|
||||
}
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
chapters = infos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue