Revert other test changes
This commit is contained in:
@ -96,9 +96,8 @@ abstract class MangaPlus(
|
|||||||
val mangas = titleList!!.map {
|
val mangas = titleList!!.map {
|
||||||
SManga.create().apply {
|
SManga.create().apply {
|
||||||
title = it.name
|
title = it.name
|
||||||
// thumbnail_url = it.portraitImageUrl
|
thumbnail_url = it.portraitImageUrl
|
||||||
url = "#/titles/${it.titleId}"
|
url = "#/titles/${it.titleId}"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user