Merge branch 'master' into 'develop'

Correct index of id for kitsu sync

See merge request timw4mail/HummingBirdAnimeClient!22
这个提交包含在:
Timothy Warren 2018-01-11 09:49:43 -05:00
当前提交 f5d8d4f18a
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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