feat(v3): add music automation workflow

This commit is contained in:
jxxghp
2026-08-07 21:50:22 +08:00
parent c6bd396794
commit 05d15a04f5
65 changed files with 3505 additions and 257 deletions
+1 -1
View File
@@ -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)