mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-05 03:38:36 +08:00
fix #693
This commit is contained in:
@@ -1215,10 +1215,8 @@ class MediaSyncDel(_PluginBase):
|
||||
src = event_data.get("src")
|
||||
if not src:
|
||||
return
|
||||
# 源文件路径
|
||||
src_path = Path(src)
|
||||
# 查询下载hash
|
||||
download_hash = self._downloadhis.get_hash_by_fullpath(src_path)
|
||||
download_hash = self._downloadhis.get_hash_by_fullpath(src)
|
||||
if download_hash:
|
||||
self.handle_torrent(src=src, torrent_hash=download_hash)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user