sync Manga before Anime, as it's usually faster

This commit is contained in:
Timothy Warren 2021-10-18 12:20:03 -04:00
parent 744c180d64
commit 5528589230
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ final class SyncLists extends BaseCommand {
{ {
$this->init(); $this->init();
foreach ([MediaType::ANIME, MediaType::MANGA] as $type) foreach ([MediaType::MANGA, MediaType::ANIME] as $type)
{ {
// Main Sync flow // Main Sync flow
$this->fetchCount($type); $this->fetchCount($type);