mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
Fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import '../../../../model/source.dart';
|
import '../../../../model/source.dart';
|
||||||
import '../../../../utils/utils.dart';
|
import '../../../../utils/utils.dart';
|
||||||
|
|
||||||
const aniwatchVersion = "0.0.11";
|
const aniwatchVersion = "0.0.12";
|
||||||
const aniwatchSourceCodeUrl =
|
const aniwatchSourceCodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/src/en/aniwatch/aniwatch-v$aniwatchVersion.dart";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/src/en/aniwatch/aniwatch-v$aniwatchVersion.dart";
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@ List<Source> get aniwatchSourcesList => _aniwatchSourcesList;
|
|||||||
List<Source> _aniwatchSourcesList = [
|
List<Source> _aniwatchSourcesList = [
|
||||||
Source(
|
Source(
|
||||||
name: "AniWatch.to",
|
name: "AniWatch.to",
|
||||||
baseUrl: "https://aniwatch.to/",
|
baseUrl: "https://aniwatch.to",
|
||||||
lang: "en",
|
lang: "en",
|
||||||
typeSource: "single",
|
typeSource: "single",
|
||||||
iconUrl: getIconUrl("aniwatch", "en"),
|
iconUrl: getIconUrl("aniwatch", "en"),
|
||||||
@@ -19,7 +19,7 @@ List<Source> _aniwatchSourcesList = [
|
|||||||
sourceCodeUrl: aniwatchSourceCodeUrl),
|
sourceCodeUrl: aniwatchSourceCodeUrl),
|
||||||
Source(
|
Source(
|
||||||
name: "Kaido.to",
|
name: "Kaido.to",
|
||||||
baseUrl: "https://kaido.to/",
|
baseUrl: "https://kaido.to",
|
||||||
lang: "en",
|
lang: "en",
|
||||||
typeSource: "single",
|
typeSource: "single",
|
||||||
iconUrl: getIconUrl("kaido", "en"),
|
iconUrl: getIconUrl("kaido", "en"),
|
||||||
|
|||||||
Reference in New Issue
Block a user