From be21df2354399af6c4bf640ead2921c2da33b842 Mon Sep 17 00:00:00 2001 From: Schnitzel5 Date: Wed, 12 Feb 2025 00:44:47 +0100 Subject: [PATCH] - --- lib/services/fetch_anime_sources.dart | 2 +- lib/services/fetch_manga_sources.dart | 2 +- lib/services/fetch_novel_sources.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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,