mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
reverse episode list
This commit is contained in:
committed by
GitHub
parent
256d7d0e1c
commit
6566bd0c39
@@ -102,7 +102,7 @@ class DiziWatch extends MProvider {
|
||||
chapter.url = a.getHref;
|
||||
chapters.add(chapter);
|
||||
}
|
||||
anime.chapters = chapters;
|
||||
anime.chapters = chapters.reversed.toList();
|
||||
|
||||
return anime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user