mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-25 07:26:44 +00:00
fix 电影转移消息的文件数量
This commit is contained in:
@@ -766,7 +766,7 @@ class CloudAssistant(_PluginBase):
|
||||
mtype=mtype,
|
||||
category=category,
|
||||
image=image,
|
||||
count=len(episodes))
|
||||
count=len(episodes) if episodes else 1)
|
||||
# 发送完消息,移出key
|
||||
del self._medias[medis_title_year_season]
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user