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) { if (ref.watch(checkForExtensionsUpdateStateProvider) || reFresh) {
await fetchSourcesList( await fetchSourcesList(
sourcesIndexUrl: sourcesIndexUrl:
"https://kodjodevf.github.io/mangayomi-extensions/anime_index.json", "",
refresh: reFresh, refresh: reFresh,
id: id, id: id,
ref: ref, ref: ref,

View file

@ -10,7 +10,7 @@ Future fetchMangaSourcesList(Ref ref, {int? id, required reFresh}) async {
if (ref.watch(checkForExtensionsUpdateStateProvider) || reFresh) { if (ref.watch(checkForExtensionsUpdateStateProvider) || reFresh) {
await fetchSourcesList( await fetchSourcesList(
sourcesIndexUrl: sourcesIndexUrl:
"https://kodjodevf.github.io/mangayomi-extensions/index.json", "",
refresh: reFresh, refresh: reFresh,
id: id, id: id,
ref: ref, ref: ref,

View file

@ -10,7 +10,7 @@ Future fetchNovelSourcesList(Ref ref, {int? id, required reFresh}) async {
if (ref.watch(checkForExtensionsUpdateStateProvider) || reFresh) { if (ref.watch(checkForExtensionsUpdateStateProvider) || reFresh) {
await fetchSourcesList( await fetchSourcesList(
sourcesIndexUrl: sourcesIndexUrl:
"https://kodjodevf.github.io/mangayomi-extensions/novel_index.json", "",
refresh: reFresh, refresh: reFresh,
id: id, id: id,
ref: ref, ref: ref,