Revert other test changes

This commit is contained in:
arkon 2020-12-15 23:02:08 -05:00
parent 292b94ca21
commit b8b02229a9
1 changed files with 1 additions and 2 deletions

View File

@ -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}"
} }
} }