Merge pull request #377 from Schnitzel5/remove-repo

Remove extension repo urls
This commit is contained in:
Moustapha Kodjo Amadou 2025-02-12 00:46:37 +01:00 committed by GitHub
commit f125f442c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ Future fetchAnimeSourcesList(Ref ref, {int? id, required bool reFresh}) async {
if (ref.watch(checkForExtensionsUpdateStateProvider) || reFresh) {
await fetchSourcesList(
sourcesIndexUrl:
"https://kodjodevf.github.io/mangayomi-extensions/anime_index.json",
"",
refresh: reFresh,
id: id,
ref: ref,

View file

@ -10,7 +10,7 @@ Future fetchMangaSourcesList(Ref ref, {int? id, required reFresh}) async {
if (ref.watch(checkForExtensionsUpdateStateProvider) || reFresh) {
await fetchSourcesList(
sourcesIndexUrl:
"https://kodjodevf.github.io/mangayomi-extensions/index.json",
"",
refresh: reFresh,
id: id,
ref: ref,

View file

@ -10,7 +10,7 @@ Future fetchNovelSourcesList(Ref ref, {int? id, required reFresh}) async {
if (ref.watch(checkForExtensionsUpdateStateProvider) || reFresh) {
await fetchSourcesList(
sourcesIndexUrl:
"https://kodjodevf.github.io/mangayomi-extensions/novel_index.json",
"",
refresh: reFresh,
id: id,
ref: ref,