Merge pull request #1541 from WangEdward/main

This commit is contained in:
jxxghp
2024-02-25 23:48:08 +08:00
committed by GitHub
5 changed files with 40 additions and 4 deletions

View File

@ -67,6 +67,8 @@ class Subscribe(Base):
current_priority = Column(Integer)
# 保存路径
save_path = Column(String)
# 是否使用 imdbid 搜索
search_imdbid = Column(Integer, default=0)
@staticmethod
@db_query