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

File diff suppressed because one or more lines are too long

View File

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