mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
zorotheme : reverse episode list
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import '../../../model/source.dart';
|
import '../../../model/source.dart';
|
||||||
import '../../../utils/utils.dart';
|
import '../../../utils/utils.dart';
|
||||||
|
|
||||||
const zorothemeVersion = "0.0.4";
|
const zorothemeVersion = "0.0.45";
|
||||||
const zorothemeSourceCodeUrl =
|
const zorothemeSourceCodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/multisrc/zorotheme/zorotheme-v$zorothemeVersion.dart";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/multisrc/zorotheme/zorotheme-v$zorothemeVersion.dart";
|
||||||
|
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ class ZoroTheme extends MProvider {
|
|||||||
episodesList.add(episode);
|
episodesList.add(episode);
|
||||||
}
|
}
|
||||||
|
|
||||||
anime.chapters = episodesList;
|
anime.chapters = episodesList.reversed.toList();
|
||||||
return anime;
|
return anime;
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user