Fix NHentai and PervEden sources

Version bump to v6.1.2
This commit is contained in:
NerdNumber9
2017-08-25 19:08:33 -04:00
parent 9f4540a4f1
commit 08dffda2a1
3 changed files with 15 additions and 17 deletions

View File

@ -112,7 +112,7 @@ fun PervEdenGalleryMetadata.copyTo(manga: SManga) {
}
if(altTitles.isNotEmpty())
titleDesc += "Alternate Titles: \n" + altTitles.map {
"$it"
"${it.title}"
}.joinToString(separator = "\n", postfix = "\n")
val detailsDesc = StringBuilder()