Skip to content

Commit

Permalink
Anichi: fix episode title
Browse files Browse the repository at this point in the history
  • Loading branch information
hexated committed Sep 10, 2023
1 parent 67896f1 commit fe95a53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Anichi/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.konan.properties.Properties

// use an integer for version numbers
version = 8
version = 9

android {
defaultConfig {
Expand Down
1 change: 0 additions & 1 deletion Anichi/src/main/kotlin/com/hexated/AnichiUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ fun AvailableEpisodesDetail.getEpisode(
return meta.map { eps ->
Episode(
AnichiLoadData(id, lang, eps, malId).toJson(),
"Ep $eps",
episode = eps.toIntOrNull()
)
}.reversed()
Expand Down

0 comments on commit fe95a53

Please sign in to comment.