From d6602a22bef1ecaf70a21b9f2296c96b26029ea8 Mon Sep 17 00:00:00 2001 From: thsrite Date: Wed, 10 Jan 2024 12:31:23 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=97=B6=E9=95=BF=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 a251f34..c86df17 100644 --- a/plugins/embyreporter/__init__.py +++ b/plugins/embyreporter/__init__.py @@ -646,7 +646,7 @@ class EmbyReporter(_PluginBase): self.draw_text_psd_style(text, (177 + 145 * index - font_count.getlength( StringUtils.str_secends(int(duration))), - 353 + offset_y), + 355 + offset_y), StringUtils.str_secends(int(duration)), font_count, 126) self.draw_text_psd_style(text, (74 + 145 * index, 542 + font_offset_y + offset_y), name, temp_font, 126) except Exception: