Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Update AyaneJob.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth authored Sep 15, 2023
1 parent 7d9fd6d commit 7f841e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/fr/jais/scraper/jobs/AyaneJob.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class AyaneJob : Job {

episodes.shuffled().take(7).forEach {
string += "\n#${
it.first.name.split(":", ",", "-").first().capitalizeWords().onlyLettersAndDigits()
it.first.name.split(":", ",").first().capitalizeWords().onlyLettersAndDigits()
} EP${it.second.split(" ")[1]}"
}

Expand Down Expand Up @@ -326,4 +326,4 @@ data class Anime(
val url: String,
val season: Int = 1,
val licences: MutableList<String> = mutableListOf(),
)
)

0 comments on commit 7f841e6

Please sign in to comment.