mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-05 08:38:56 +01:00
fixed tsumino for real this time really
This commit is contained in:
@@ -32,7 +32,7 @@ class TsuminoSearchMetadata : RaisedSearchMetadata() {
|
||||
|
||||
override fun copyTo(manga: SManga) {
|
||||
title?.let { manga.title = it }
|
||||
manga.thumbnail_url = BASE_URL + thumbUrlFromId(tmId.toString())
|
||||
manga.thumbnail_url = BASE_URL.replace("www", "content") + thumbUrlFromId(tmId.toString())
|
||||
|
||||
artist?.let { manga.artist = it }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user