mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-04 07:26:52 +00:00
fix 定时检查
This commit is contained in:
@@ -147,7 +147,7 @@ class EmbyAudioBook(_PluginBase):
|
||||
# 检查有声书是否需要整理
|
||||
for book_item in book_items:
|
||||
if not book_item.get("AlbumId"):
|
||||
logger.info(f"有声书 {item.get('Name')} 需要整理")
|
||||
logger.info(f"有声书 {item.get('Name')} 需要整理,共 {len(book_items)} 集")
|
||||
# self.__zl(items, -1)
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user