添加更多BT日志打印

修复!刷BT指令无效的BUG
BT下载支持过滤Enable字段
This commit is contained in:
yutou
2021-05-20 16:11:26 +08:00
parent 09d2163af3
commit 5cf6fc3cd5
6 changed files with 94 additions and 7 deletions

View File

@@ -24,5 +24,7 @@ public class BangumiItem implements Serializable {
*/
private String titlekey;
private Integer enable;
private static final long serialVersionUID = 1L;
}