fix: update novel sources URL

This commit is contained in:
kodjomoustapha 2025-01-06 15:55:11 +01:00
parent b4c09bbee0
commit 9083dd1af0

View file

@ -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,