1
1
Fork 1

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

Dieser Commit ist enthalten in:
Timothy Warren 2017-09-15 16:51:47 -04:00
Ursprung 23552d62b1
Commit c0d912a1c4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

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