mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Fix
This commit is contained in:
@@ -161,8 +161,8 @@ module.exports = class AnimeCommand extends Command {
|
|||||||
});
|
});
|
||||||
const { lists } = body.data.MediaListCollection;
|
const { lists } = body.data.MediaListCollection;
|
||||||
this.personalList = [
|
this.personalList = [
|
||||||
...lists.find(list => list.name === 'Watching'),
|
...lists.find(list => list.name === 'Watching').entries,
|
||||||
...lists.find(list => list.name === 'Completed')
|
...lists.find(list => list.name === 'Completed').entries
|
||||||
];
|
];
|
||||||
setTimeout(() => { this.personalList = null; }, 3.6e+6);
|
setTimeout(() => { this.personalList = null; }, 3.6e+6);
|
||||||
return this.personalList;
|
return this.personalList;
|
||||||
|
|||||||
Reference in New Issue
Block a user