From 9083dd1af06cbe2fc42c5fb13d8c60ab27dc58ad Mon Sep 17 00:00:00 2001 From: kodjomoustapha <107993382+kodjodevf@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:55:11 +0100 Subject: [PATCH] fix: update novel sources URL --- lib/services/fetch_novel_sources.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,