From 552858923082c922fd2686128a392461d04a6252 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 18 Oct 2021 12:20:03 -0400 Subject: [PATCH] sync Manga before Anime, as it's usually faster --- src/AnimeClient/Command/SyncLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);