mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 05:59:17 +01:00
Fixed #508
This commit is contained in:
parent
bc6a181530
commit
1a8d724d0a
@ -661,7 +661,7 @@ class MangaDetailsPresenter(
|
|||||||
LocalSource(downloadManager.context).updateMangaInfo(manga)
|
LocalSource(downloadManager.context).updateMangaInfo(manga)
|
||||||
db.updateMangaInfo(manga).executeAsBlocking()
|
db.updateMangaInfo(manga).executeAsBlocking()
|
||||||
} else {
|
} else {
|
||||||
var genre = if (!tags.isNullOrEmpty() && tags.joinToString(", ") != manga.genre) {
|
var genre = if (!tags.isNullOrEmpty() && tags.joinToString(", ") != manga.originalGenre) {
|
||||||
tags.map { it.capitalize() }.toTypedArray()
|
tags.map { it.capitalize() }.toTypedArray()
|
||||||
} else {
|
} else {
|
||||||
null
|
null
|
||||||
|
Loading…
Reference in New Issue
Block a user