This commit is contained in:
kodjomoustapha
2024-11-26 17:09:20 +01:00
parent fc1c469402
commit f4a5647852
2 changed files with 2 additions and 3 deletions

View File

@@ -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,

View File

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