diff --git a/app/chain/transfer.py b/app/chain/transfer.py index cceefde2f..d1a001636 100644 --- a/app/chain/transfer.py +++ b/app/chain/transfer.py @@ -259,8 +259,8 @@ def do_transfer(self, path: Path, meta: MetaBase = None, ) self.post_message(Notification( mtype=NotificationType.Manual, - title=f"{file_path.name} 未识别到媒体信息,无法入库!\n" - f"回复:```\n/redo {his.id} [tmdbid]|[类型]\n``` 手动识别转移。" + title=f"{file_path.name} 未识别到媒体信息,无法入库!", + text=f"回复:```\n/redo {his.id} [tmdbid]|[类型]\n``` 手动识别转移。" )) # 计数 processed_num += 1