mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
feat:支持订阅绑定类别和自定义识别词
This commit is contained in:
@@ -47,6 +47,8 @@ class DownloadHistory(Base):
|
||||
date = Column(String)
|
||||
# 附加信息
|
||||
note = Column(JSON)
|
||||
# 自定义媒体类别
|
||||
media_category = Column(String)
|
||||
|
||||
@staticmethod
|
||||
@db_query
|
||||
|
||||
Reference in New Issue
Block a user