Skip to content

Commit

Permalink
Merge pull request jxxghp#1228 from EkkoG/fixed_move_failed_msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Dec 11, 2023
2 parents 7d7539d + d5eb12c commit 48badb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/chain/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48badb3

Please sign in to comment.