-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
So i am using your code example:
// do a quick search
mal.quickSearch("lelouch").then(function (results) {
// access and fetch the first character
results.character[0].fetch().then(function (r) {
// access and fetch the first anime
r.animeography[0].fetch().then(function (r) {
console.log(r);
});
});
});
But in output, i don't get a description:
mal: MyAnimeList { url: 'https://myanimelist.net' },
type: 'anime',
id: '1575',
sn: 'Code_Geass__Hangyaku_no_Lelouch',
path: '/anime/1575/Code_Geass__Hangyaku_no_Lelouch',
fetched: true,
title: 'Code Geass: Hangyaku no Lelouch',
score: 8.72,
ranked: 41,
popularity: 14,
members: NaN,
cover: undefined,
description: '',
...
Metadata
Metadata
Assignees
Labels
No labels