[SKIP CI] Update repo links

This commit is contained in:
arkon
2020-12-15 17:51:30 -05:00
parent 81f9eede50
commit 3c1bc5f00d
12 changed files with 36 additions and 35 deletions

View File

@ -96,8 +96,9 @@ abstract class MangaPlus(
val mangas = titleList!!.map {
SManga.create().apply {
title = it.name
thumbnail_url = it.portraitImageUrl
// thumbnail_url = it.portraitImageUrl
url = "#/titles/${it.titleId}"
}
}