mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-09 09:26:55 +08:00
feat(download): persist poster and backdrop images (#6232)
This commit is contained in:
@@ -39,8 +39,10 @@ class DownloadHistory(Base):
|
||||
seasons = Column(String)
|
||||
# Exx
|
||||
episodes = Column(String)
|
||||
# 海报
|
||||
# 背景图
|
||||
image = Column(String)
|
||||
# 海报
|
||||
poster = Column(String)
|
||||
# 下载器
|
||||
downloader = Column(String)
|
||||
# 下载任务Hash
|
||||
|
||||
Reference in New Issue
Block a user