Revert other test changes
This commit is contained in:
parent
292b94ca21
commit
b8b02229a9
|
@ -96,9 +96,8 @@ 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}"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue