fix
This commit is contained in:
parent
78017b8a0e
commit
d70afc36c9
@ -21,7 +21,7 @@ class CloudDiskDel(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "clouddisk.png"
|
||||
# 主题色
|
||||
plugin_color = "#ff6600"
|
||||
plugin_color = "#ff9933"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
# 插件作者
|
||||
|
@ -579,10 +579,10 @@ class MediaSyncDel(_PluginBase):
|
||||
执行删除逻辑
|
||||
"""
|
||||
if not media_type:
|
||||
logger.error(f"{media_name} 同步删除失败,未获取到媒体类型")
|
||||
logger.error(f"{media_name} 同步删除失败,未获取到媒体类型,请检查媒体是否刮削")
|
||||
return
|
||||
if not tmdb_id or not str(tmdb_id).isdigit():
|
||||
logger.error(f"{media_name} 同步删除失败,未获取到TMDB ID")
|
||||
logger.error(f"{media_name} 同步删除失败,未获取到TMDB ID,请检查媒体是否刮削")
|
||||
return
|
||||
|
||||
if self._exclude_path and media_path and any(
|
||||
|
Loading…
x
Reference in New Issue
Block a user