sync Manga before Anime, as it's usually faster
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
This commit is contained in:
parent
744c180d64
commit
5528589230
@ -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