mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Merge branch 'migrate/light-novel'
This commit is contained in:
@@ -13,4 +13,4 @@ Source _animesama = Source(
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/animesama/icon.png",
|
||||
sourceCodeUrl: animesamaCodeUrl,
|
||||
version: animesamaVersion,
|
||||
isManga: false);
|
||||
itemType: ItemType.anime);
|
||||
|
||||
@@ -13,5 +13,5 @@ Source _animesultraSource = Source(
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/animesultra/icon.png",
|
||||
sourceCodeUrl: _animesultraSourceCodeUrl,
|
||||
version: _animesultraVersion,
|
||||
isManga: false,
|
||||
itemType: ItemType.anime,
|
||||
isFullData: false);
|
||||
|
||||
@@ -13,4 +13,4 @@ Source _aniZoneSource = Source(
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/anizone/icon.png",
|
||||
sourceCodeUrl: _aniZoneSourceCodeUrl,
|
||||
version: _aniZoneVersion,
|
||||
isManga: false);
|
||||
itemType: ItemType.anime);
|
||||
|
||||
@@ -14,5 +14,5 @@ Source _franimeSource = Source(
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/franime/icon.png",
|
||||
sourceCodeUrl: _franimeSourceCodeUrl,
|
||||
version: _franimeVersion,
|
||||
isManga: false,
|
||||
itemType: ItemType.anime,
|
||||
isFullData: true);
|
||||
|
||||
@@ -13,5 +13,5 @@ Source _otakufr = Source(
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/otakufr/icon.png",
|
||||
sourceCodeUrl: otakufrCodeUrl,
|
||||
version: otakufrVersion,
|
||||
isManga: false,
|
||||
itemType: ItemType.anime,
|
||||
isFullData: false);
|
||||
|
||||
Reference in New Issue
Block a user