mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix bug
This commit is contained in:
@@ -368,7 +368,8 @@ class EmbyReporter(_PluginBase):
|
||||
|
||||
# 合并绘制
|
||||
if len(movies) < 5:
|
||||
movies.extend([] * (5 - len(movies)))
|
||||
for i in range(5 - len(movies) + 1):
|
||||
movies.append({"item_id": i})
|
||||
|
||||
all_ranks = movies + tvshows
|
||||
index, offset_y = (-1, 0)
|
||||
|
||||
Reference in New Issue
Block a user