mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Fix
This commit is contained in:
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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user