mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
fix #5392
This commit is contained in:
@@ -739,7 +739,7 @@ class TransferChain(ChainBase, metaclass=Singleton):
|
|||||||
self.post_message(Notification(
|
self.post_message(Notification(
|
||||||
mtype=NotificationType.Manual,
|
mtype=NotificationType.Manual,
|
||||||
title=f"{task.fileitem.name} 未识别到媒体信息,无法入库!",
|
title=f"{task.fileitem.name} 未识别到媒体信息,无法入库!",
|
||||||
text=f"回复:```\n/redo {his.id} [tmdbid]|[类型]\n``` 手动识别整理。",
|
text=f"回复:\n```\n/redo {his.id} [tmdbid]|[类型]\n```\n手动识别整理。",
|
||||||
username=task.username,
|
username=task.username,
|
||||||
link=settings.MP_DOMAIN('#/history')
|
link=settings.MP_DOMAIN('#/history')
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user