sync Manga before Anime, as it's usually faster
This commit is contained in:
parent
7301c4852d
commit
823ca8a805
@ -75,7 +75,7 @@ final class SyncLists extends BaseCommand {
|
||||
{
|
||||
$this->init();
|
||||
|
||||
foreach ([MediaType::ANIME, MediaType::MANGA] as $type)
|
||||
foreach ([MediaType::MANGA, MediaType::ANIME] as $type)
|
||||
{
|
||||
// Main Sync flow
|
||||
$this->fetchCount($type);
|
||||
|
Loading…
Reference in New Issue
Block a user