diff --git a/src/AnimeClient/Command/SyncLists.php b/src/AnimeClient/Command/SyncLists.php index 9cb8d5cd..2b581127 100644 --- a/src/AnimeClient/Command/SyncLists.php +++ b/src/AnimeClient/Command/SyncLists.php @@ -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);