feat(music): complete album subscription workflow

This commit is contained in:
jxxghp
2026-08-09 20:43:33 +08:00
parent a94202a28d
commit 393a4ca4e2
30 changed files with 1402 additions and 92 deletions
+4
View File
@@ -29,6 +29,10 @@ class SubscribeHistory(Base):
mediaid = Column(String, index=True)
media_source = Column(String, index=True)
media_id = Column(String, index=True)
# 音乐实体类型:recording 单曲、album 专辑
music_type = Column(String)
# 专辑预期总曲目数
total_tracks = Column(Integer)
# 季号
season = Column(Integer)
# 海报