fix 时长字体

This commit is contained in:
thsrite
2024-01-10 12:26:49 +08:00
parent 9ffe68f197
commit d953a5dd4a

View File

@@ -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: