diff --git a/commands/search/anime.js b/commands/search/anime.js index c8cc10bf..cc6ecdc5 100644 --- a/commands/search/anime.js +++ b/commands/search/anime.js @@ -165,6 +165,8 @@ module.exports = class AnimeCommand extends Command { ...lists.find(list => list.name === 'Watching').entries, ...lists.find(list => list.name === 'Completed').entries ]; + const rewatching = lists.find(list => list.name === 'Rewatching'); + if (rewatching) this.personalList.push(...rewatching.entries); setTimeout(() => { this.personalList = null; }, 3.6e+6); return this.personalList; } diff --git a/package.json b/package.json index eca74646..0435084a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "109.5.0", + "version": "109.5.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {