This commit is contained in:
jxxghp
2023-08-31 07:14:57 +08:00
parent f0666986f0
commit 17fcd77b8e
4 changed files with 47 additions and 14 deletions

View File

@ -490,7 +490,7 @@ class DirMonitor(_PluginBase):
def get_download_hash(self, src: Path, tmdb_id: int):
"""
获取download_hash
FIXME 从表中获取download_hash,避免连接下载器
"""
file_name = src.name
downloadHis = self.downloadhis.get_last_by(tmdbid=tmdb_id)