Fix manga category/entry type

This commit is contained in:
Jobobby04
2022-11-16 18:04:18 -05:00
parent f52785cbbd
commit ab4f08e41a
4 changed files with 4 additions and 3 deletions
@@ -133,7 +133,7 @@ fun BrowseSourceEHentaiListItem(
value = withIOContext {
when (metadata.genre) {
"doujinshi" -> GenreColor.DOUJINSHI_COLOR to R.string.doujinshi
"manga" -> GenreColor.MANGA_COLOR to R.string.manga
"manga" -> GenreColor.MANGA_COLOR to R.string.manga_type
"artistcg" -> GenreColor.ARTIST_CG_COLOR to R.string.artist_cg
"gamecg" -> GenreColor.GAME_CG_COLOR to R.string.game_cg
"western" -> GenreColor.WESTERN_COLOR to R.string.western