feat 正在下载进度推送插件
This commit is contained in:
@ -35,6 +35,8 @@ class DownloadHistory(Base):
|
||||
torrent_description = Column(String)
|
||||
# 种子站点
|
||||
torrent_site = Column(String)
|
||||
# 下载用户
|
||||
userid = Column(String)
|
||||
# 附加信息
|
||||
note = Column(String)
|
||||
|
||||
|
Reference in New Issue
Block a user