adjust stats summary in description

This commit is contained in:
wasu-code 2025-04-04 14:03:53 +02:00
parent da825cd735
commit 27596fe0e4

View file

@ -204,7 +204,7 @@ class NewGrounds : ParsedAnimeHttpSource(), ConfigurableAnimeSource {
val faves = statsElement?.selectFirst("dd:nth-of-type(2)")?.text() ?: "?"
val votes = statsElement?.selectFirst("dd:nth-of-type(3)")?.text() ?: "?"
return "👀 $views | ❤️ $faves | 👍 $votes"
return "👀 $views | ❤️ $faves | 🗳️ $votes"
}
fun prepareDescription(): String {