This commit is contained in:
kodjomoustapha
2024-11-26 18:07:12 +01:00
parent f4a5647852
commit 298e53effe
6 changed files with 52 additions and 76 deletions

View File

@@ -1,3 +1,4 @@
import 'dart:convert';
import 'package:mangayomi/bridge_lib.dart';
class DataLifeEngine extends MProvider {
@@ -5,7 +6,8 @@ class DataLifeEngine extends MProvider {
MSource source;
final Client client = Client(source);
final Client client =
Client(source, json.encode({"useDartHttpClient": true}));
@override
bool get supportsLatest => false;