Rename to Bato.to

This commit is contained in:
kodjomoustapha
2023-09-11 13:36:57 +01:00
parent b33a7491bf
commit c54eb837a4
2 changed files with 3 additions and 3 deletions

View File

@@ -119,10 +119,10 @@ List<String> languages = [
List<Source> get batotoSourcesList => _batotoSourcesList;
List<Source> _batotoSourcesList = languages
.map((e) => Source(
name: 'Batoto',
name: 'Bato.to',
baseUrl: baseUrl,
lang: e,
typeSource: "batoto",
typeSource: "bato.to",
iconUrl: _iconUrl,
dateFormat: "MMM dd,yyyy",
isNsfw: isNsfw,