fix: only show count on releasing/hiatus manga
This commit is contained in:
parent
9ace8e5235
commit
9f7e01a1fb
1 changed files with 1 additions and 0 deletions
|
@ -991,6 +991,7 @@ fun countDown(media: Media, view: ViewGroup) {
|
|||
}
|
||||
|
||||
fun sinceWhen(media: Media, view: ViewGroup) {
|
||||
if (media.status != "RELEASING" && media.status != "HIATUS") return
|
||||
CoroutineScope(Dispatchers.IO).launch {
|
||||
MangaUpdates().search(media.name ?: media.nameRomaji, media.startDate)?.let {
|
||||
val latestChapter = MangaUpdates.getLatestChapter(it)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue