mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-09 01:16:50 +08:00
feat(v3): add music automation workflow
This commit is contained in:
@@ -21,7 +21,7 @@ class DownloadHistory(Base):
|
||||
id = get_id_column()
|
||||
# 保存路径
|
||||
path = Column(String, nullable=False, index=True)
|
||||
# 类型 电影/电视剧
|
||||
# 类型 电影/电视剧/音乐
|
||||
type = Column(String, nullable=False)
|
||||
# 标题
|
||||
title = Column(String, nullable=False)
|
||||
|
||||
Reference in New Issue
Block a user