Fixed Previous Build (#2661)
This commit is contained in:
parent
e41795f9c2
commit
48aa8cacfd
9 changed files with 19 additions and 15 deletions
|
|
@ -43,7 +43,7 @@ export class UtilityService {
|
|||
|
||||
|
||||
sortChapters = (a: Chapter, b: Chapter) => {
|
||||
return parseFloat(a.minNumber) - parseFloat(b.minNumber);
|
||||
return parseFloat(a.number) - parseFloat(b.number);
|
||||
}
|
||||
|
||||
mangaFormatToText(format: MangaFormat): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue