mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +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,
|
||||
|
||||
Reference in New Issue
Block a user