mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-21 16:01:58 +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) {
|
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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue