From a6acad3077848202e545b659d7c1ce0ff2f5f3f1 Mon Sep 17 00:00:00 2001 From: thsrite Date: Sat, 30 Dec 2023 15:01:31 +0800 Subject: [PATCH] fix title --- plugins/embyreporter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/embyreporter/__init__.py b/plugins/embyreporter/__init__.py index db29af7..9e1b673 100644 --- a/plugins/embyreporter/__init__.py +++ b/plugins/embyreporter/__init__.py @@ -156,7 +156,7 @@ class EmbyReporter(_PluginBase): return # 发送桷ζŠ₯ - report_title = f"🌟*θΏ‡εŽ»{self._days}ζ—₯θ§‚ε½±ζŽ’θ‘Œ*\r\n\r\n" + report_title = f"🌟*θΏ‡εŽ»{self._days}ζ—₯θ§‚ε½±ζŽ’θ‘Œ*" report_url = self._mp_host + report_path.replace("/public", "") mtype = NotificationType.MediaServer