diff --git a/lib/services/fetch_anime_sources.dart b/lib/services/fetch_anime_sources.dart index ae98fb28..821a9726 100644 --- a/lib/services/fetch_anime_sources.dart +++ b/lib/services/fetch_anime_sources.dart @@ -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, diff --git a/lib/services/fetch_manga_sources.dart b/lib/services/fetch_manga_sources.dart index ecb333cd..d2bfd2ba 100644 --- a/lib/services/fetch_manga_sources.dart +++ b/lib/services/fetch_manga_sources.dart @@ -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, diff --git a/lib/services/fetch_novel_sources.dart b/lib/services/fetch_novel_sources.dart index 9b8533c5..5357524a 100644 --- a/lib/services/fetch_novel_sources.dart +++ b/lib/services/fetch_novel_sources.dart @@ -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,