This commit is contained in:
kodjomoustapha
2023-12-20 20:41:01 +01:00
parent d72c0b805e
commit f08fff4aff
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -150,7 +150,7 @@ class MangaReader extends MProvider {
?.text;
if (description != null) {
manga.description = description.first;
manga.description = description;
}
final status = xpath(

View File

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