mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
fix bug
This commit is contained in:
@@ -22,7 +22,7 @@ class DownloadHistory(Base):
|
||||
tvdbid = Column(Integer)
|
||||
doubanid = Column(String)
|
||||
# Sxx
|
||||
seasons = Column(Integer)
|
||||
seasons = Column(String)
|
||||
# Exx
|
||||
episodes = Column(String)
|
||||
# 海报
|
||||
|
||||
Reference in New Issue
Block a user