fix episodes order: reverse
This commit is contained in:
parent
280d1f1df5
commit
b7b46498c7
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ class ShabakatyCinemana : ConfigurableAnimeSource, AnimeHttpSource() {
|
||||||
{ it.name.split(SEASON_EPISODE_DELIMITER).first().parseAs<Int>() },
|
{ it.name.split(SEASON_EPISODE_DELIMITER).first().parseAs<Int>() },
|
||||||
{ it.name.split(SEASON_EPISODE_DELIMITER).last().parseAs<Int>() },
|
{ it.name.split(SEASON_EPISODE_DELIMITER).last().parseAs<Int>() },
|
||||||
),
|
),
|
||||||
)
|
).reversed()
|
||||||
} else {
|
} else {
|
||||||
return listOf(
|
return listOf(
|
||||||
SEpisode.create().apply {
|
SEpisode.create().apply {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue