mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
fix
This commit is contained in:
@@ -32,8 +32,7 @@ class DataLifeEngine extends MProvider {
|
||||
String res = "";
|
||||
if (query.isNotEmpty) {
|
||||
if (query.length < 4)
|
||||
throw Exception(
|
||||
"La recherche est suspendue! La chaîne de recherche est vide ou contient moins de 4 caractères.");
|
||||
throw "La recherche est suspendue! La chaîne de recherche est vide ou contient moins de 4 caractères.";
|
||||
final headers = {
|
||||
"Host": Uri.parse(baseUrl).host,
|
||||
"Origin": baseUrl,
|
||||
|
||||
@@ -2,7 +2,7 @@ import '../../../../model/source.dart';
|
||||
import 'src/frenchanime/frenchanime.dart';
|
||||
import 'src/wiflix/wiflix.dart';
|
||||
|
||||
const _datalifeengineVersion = "0.0.5";
|
||||
const _datalifeengineVersion = "0.0.55";
|
||||
const _datalifeengineSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/datalifeengine/datalifeengine.dart";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user