diff --git a/lib/services/fetch_novel_sources.dart b/lib/services/fetch_novel_sources.dart index b6079f7..13b33a8 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://raw.githubusercontent.com/Schnitzel5/mangayomi-extensions/refs/heads/main/novel_index.json", + "https://kodjodevf.github.io/mangayomi-extensions/novel_index.json", refresh: reFresh, id: id, ref: ref,