Uncomment rewatching stuff

This commit is contained in:
Timothy Warren 2017-02-13 13:33:01 -05:00
parent cfa23b8066
commit 9c1dc50e65
1 changed files with 2 additions and 2 deletions

View File

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