mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fixed #508
This commit is contained in:
parent
bc6a181530
commit
1a8d724d0a
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ class MangaDetailsPresenter(
|
|||
LocalSource(downloadManager.context).updateMangaInfo(manga)
|
||||
db.updateMangaInfo(manga).executeAsBlocking()
|
||||
} else {
|
||||
var genre = if (!tags.isNullOrEmpty() && tags.joinToString(", ") != manga.genre) {
|
||||
var genre = if (!tags.isNullOrEmpty() && tags.joinToString(", ") != manga.originalGenre) {
|
||||
tags.map { it.capitalize() }.toTypedArray()
|
||||
} else {
|
||||
null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue