parent
185a0b4c37
commit
618c557f19
|
@ -266,11 +266,14 @@ class MangaDexHelper() {
|
||||||
}
|
}
|
||||||
|
|
||||||
attr["title"].nullString?.let {
|
attr["title"].nullString?.let {
|
||||||
if (chapterName.isNotEmpty() && it.isNotEmpty()) {
|
if(it.isNotEmpty()){
|
||||||
|
if (chapterName.isNotEmpty()) {
|
||||||
chapterName.add("-")
|
chapterName.add("-")
|
||||||
chapterName.add(it)
|
}
|
||||||
|
chapterName.add(it)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// if volume, chapter and title is empty its a oneshot
|
// if volume, chapter and title is empty its a oneshot
|
||||||
if (chapterName.isEmpty()) {
|
if (chapterName.isEmpty()) {
|
||||||
chapterName.add("Oneshot")
|
chapterName.add("Oneshot")
|
||||||
|
|
Loading…
Reference in New Issue