fix(pixiv): only illust filter

This commit is contained in:
eyhn 2018-04-19 23:47:13 +08:00
parent c8a467ecc8
commit 9475bcde43
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ module.exports = async (ctx) => {
},
params: {
user_id: id,
filter: 'for_ios'
filter: 'for_ios',
type: 'illust'
},
});