mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-03 07:26:47 +00:00
fix 时长字体位置
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user