This commit is contained in:
thsrite 2023-10-26 14:48:46 +08:00
parent 78017b8a0e
commit d70afc36c9
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ class CloudDiskDel(_PluginBase):
# 插件图标 # 插件图标
plugin_icon = "clouddisk.png" plugin_icon = "clouddisk.png"
# 主题色 # 主题色
plugin_color = "#ff6600" plugin_color = "#ff9933"
# 插件版本 # 插件版本
plugin_version = "1.0" plugin_version = "1.0"
# 插件作者 # 插件作者

View File

@ -579,10 +579,10 @@ class MediaSyncDel(_PluginBase):
执行删除逻辑 执行删除逻辑
""" """
if not media_type: if not media_type:
logger.error(f"{media_name} 同步删除失败,未获取到媒体类型") logger.error(f"{media_name} 同步删除失败,未获取到媒体类型,请检查媒体是否刮削")
return return
if not tmdb_id or not str(tmdb_id).isdigit(): 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 return
if self._exclude_path and media_path and any( if self._exclude_path and media_path and any(