From d953a5dd4af82abd3024c0b4ed5ff564db6b25b4 Mon Sep 17 00:00:00 2001 From: thsrite Date: Wed, 10 Jan 2024 12:26:49 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=97=B6=E9=95=BF=E5=AD=97=E4=BD=93?= 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 558f425..a251f34 100644 --- a/plugins/embyreporter/__init__.py +++ b/plugins/embyreporter/__init__.py @@ -551,7 +551,7 @@ class EmbyReporter(_PluginBase): bg.paste(mask, (0, 0), mask) font = ImageFont.truetype(font_path, 18) font_small = ImageFont.truetype(font_path, 14) - font_count = ImageFont.truetype(font_path, 12) + font_count = ImageFont.truetype(font_path, 8) exites_movies = [] for i in movies: