mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-17 20:30:33 +00:00
Fix
This commit is contained in:
@@ -150,7 +150,7 @@ class MangaReader extends MProvider {
|
||||
?.text;
|
||||
|
||||
if (description != null) {
|
||||
manga.description = description.first;
|
||||
manga.description = description;
|
||||
}
|
||||
|
||||
final status = xpath(
|
||||
|
||||
Reference in New Issue
Block a user