Revert former change so that kitsu anime lists are properly pulled for sync

This commit is contained in:
Timothy Warren 2017-09-15 16:51:47 -04:00
parent 2b9adb0395
commit 38eee85752

View File

@ -403,7 +403,7 @@ class Model {
* @return array * @return array
*/ */
public function getFullAnimeList(array $options = [ public function getFullAnimeList(array $options = [
'include' => 'media.mappings' 'include' => 'anime.mappings'
]): array ]): array
{ {
$status = $options['filter']['status'] ?? ''; $status = $options['filter']['status'] ?? '';