Merge branch 'migrate/light-novel'

This commit is contained in:
Schnitzel5
2024-11-27 15:16:28 +01:00
68 changed files with 113 additions and 60 deletions

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);