correction

pull/252/head
devi 3 years ago
parent 6158547571
commit 11ed27e397

@ -113,7 +113,6 @@ internal abstract class FoolSlideParser(
}
manga.copy(
tags = emptySet(),
coverUrl = doc.selectFirst(".thumbnail img")?.src() ?: manga.coverUrl,
description = desc,
altTitle = null,

@ -37,7 +37,6 @@ internal class Pzykosis666hFansub(context: MangaLoaderContext) :
}
manga.copy(
tags = emptySet(),
coverUrl = doc.selectFirst(".thumbnail img")?.src() ?: manga.coverUrl,
description = desc,
altTitle = null,

Loading…
Cancel
Save