fix: allow kingkong empty (#3999)

This commit is contained in:
hoilc 2020-02-17 19:12:15 +08:00 committed by GitHub
parent 5e4ae2aaf2
commit 2fe5e59bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ module.exports = async (ctx) => {
title: `${name}的kingkong直播`,
link: url,
item: item,
allowEmpty: true,
};
};