mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 18:01:02 +00:00
fix: genre sorting
This commit is contained in:
@@ -750,7 +750,7 @@ class AnilistQueries {
|
||||
}
|
||||
}
|
||||
return if (!genres.isNullOrEmpty() && tags != null) {
|
||||
Anilist.genres = genres
|
||||
Anilist.genres = genres?.sortedBy { it }?.toMutableList() as ArrayList<String>
|
||||
Anilist.tags = tags
|
||||
true
|
||||
} else false
|
||||
|
||||
Reference in New Issue
Block a user