mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
fixed the load of failed entries in indexers
This commit is contained in:
parent
6732de1188
commit
61af2e0420
@ -69,7 +69,7 @@ class AnimeIndexer extends Command
|
||||
|
||||
$this->info("Info: AnimeIndexer uses seanbreckenridge/mal-id-cache fetch available MAL IDs and updates/indexes them\n\n");
|
||||
|
||||
if ($failed && Storage::exists('indexer/indexer_anime.save')) {
|
||||
if ($failed && Storage::exists('indexer/indexer_anime.failed')) {
|
||||
$this->ids = $this->loadFailedMalIds();
|
||||
}
|
||||
|
||||
|
@ -69,7 +69,7 @@ class MangaIndexer extends Command
|
||||
|
||||
$this->info("Info: MangaIndexer uses seanbreckenridge/mal-id-cache fetch available MAL IDs and updates/indexes them\n\n");
|
||||
|
||||
if ($failed && Storage::exists('indexer/indexer_manga.save')) {
|
||||
if ($failed && Storage::exists('indexer/indexer_manga.failed')) {
|
||||
$this->ids = $this->loadFailedMalIds();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user