diff --git a/dart/anime/src/tr/diziwatch/diziwatch.dart b/dart/anime/src/tr/diziwatch/diziwatch.dart index 61744a3b..7f2a84cb 100644 --- a/dart/anime/src/tr/diziwatch/diziwatch.dart +++ b/dart/anime/src/tr/diziwatch/diziwatch.dart @@ -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; }