Version 5.1 - All the GraphQL #32

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

View File

@ -78,13 +78,13 @@ class AnimeListTransformer extends AbstractTransformer {
$map['data']['score'] = $value * 2;
break;
/* case 'reconsuming':
case 'reconsuming':
$map['data']['enable_rewatching'] = (bool) $value;
break;
case 'reconsumeCount':
$map['data']['times_rewatched'] = $value;
break; */
break;
case 'status':
$map['data']['status'] = self::statusMap[$value];