Fix
This commit is contained in:
parent
f32fc31ef3
commit
0385c349f9
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -150,7 +150,7 @@ class MangaReader extends MProvider {
|
|||
?.text;
|
||||
|
||||
if (description != null) {
|
||||
manga.description = description.first;
|
||||
manga.description = description;
|
||||
}
|
||||
|
||||
final status = xpath(
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import 'src/turktoon/turktoon.dart';
|
|||
import 'src/uzaymanga/uzaymanga.dart';
|
||||
import 'src/xcalibrscans/xcalibrscans.dart';
|
||||
|
||||
const mangareaderVersion = "0.0.65";
|
||||
const mangareaderVersion = "0.0.7";
|
||||
const mangareaderSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/mangareader/mangareader.dart";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue