diff --git a/src/Command/SyncKitsuWithMal.php b/src/Command/SyncKitsuWithMal.php index be3ee4c2..966aef52 100644 --- a/src/Command/SyncKitsuWithMal.php +++ b/src/Command/SyncKitsuWithMal.php @@ -481,7 +481,7 @@ class SyncKitsuWithMal extends BaseCommand { { $responseData = Json::decode($response); - $id = $itemsToUpdate[$key]['mal_id']; + $id = $itemsToUpdate[$key]['id']; if ( ! array_key_exists('errors', $responseData)) { $verb = ($action === 'update') ? 'updated' : 'created';