Update AnimePahe.kt

This commit is contained in:
kana-shii 2025-04-23 09:10:04 -03:00 committed by GitHub
parent ac1938c1e4
commit 37f3efa063
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,6 +162,7 @@ class AnimePahe : ConfigurableAnimeSource, AnimeHttpSource() {
episode.name = "Episode ${index + 1}"
episode
}
.reversed()
}
private fun parseEpisodePage(episodes: List<EpisodeDto>, animeSession: String): MutableList<SEpisode> {