[O] Rename composition

matching
Azalea 2024-12-26 12:25:23 -05:00
parent b97ace2c6e
commit c275c54fca
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Chusan(
.associate { it.propertyKey to it.propertyValue }
val ratingComposition = mapOf(
"recent" to (extra["recent_rating_list"] ?: ""),
"recent10" to (extra["recent_rating_list"] ?: ""),
"best30" to (extra["rating_base_list"] ?: ""),
"hot10" to (extra["rating_hot_list"] ?: ""),
"next10" to (extra["rating_next_list"] ?: ""),