fix episodes order: reverse

This commit is contained in:
hasanpasha 2025-02-22 18:18:15 +03:00
parent 280d1f1df5
commit b7b46498c7

View file

@ -335,7 +335,7 @@ class ShabakatyCinemana : ConfigurableAnimeSource, AnimeHttpSource() {
{ it.name.split(SEASON_EPISODE_DELIMITER).first().parseAs<Int>() },
{ it.name.split(SEASON_EPISODE_DELIMITER).last().parseAs<Int>() },
),
)
).reversed()
} else {
return listOf(
SEpisode.create().apply {