Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5528589230 - Show all commits

View File

@ -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);