This commit is contained in:
Schnitzel5 2025-02-12 00:44:47 +01:00
parent 2b4a1c74fa
commit be21df2354
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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