mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
-
This commit is contained in:
parent
2b4a1c74fa
commit
be21df2354
3 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue