fix bug
This commit is contained in:
parent
81f1cc1523
commit
b6b7f18784
@ -138,7 +138,7 @@ class TransferChain(ChainBase):
|
|||||||
# 转移
|
# 转移
|
||||||
transferinfo: TransferInfo = self.transfer(mediainfo=mediainfo,
|
transferinfo: TransferInfo = self.transfer(mediainfo=mediainfo,
|
||||||
path=torrent.path,
|
path=torrent.path,
|
||||||
transmode=settings.TRANSFER_TYPE)
|
transfer_type=settings.TRANSFER_TYPE)
|
||||||
if not transferinfo or not transferinfo.target_path:
|
if not transferinfo or not transferinfo.target_path:
|
||||||
# 转移失败
|
# 转移失败
|
||||||
logger.warn(f"{torrent.title} 入库失败")
|
logger.warn(f"{torrent.title} 入库失败")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user