fix: update novel sources URL
This commit is contained in:
parent
b4c09bbee0
commit
9083dd1af0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue