mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-02 23:16:47 +00:00
fix
This commit is contained in:
@@ -310,6 +310,8 @@ class CloudStrmCompanion(_PluginBase):
|
||||
:param event_path: 事件文件路径
|
||||
"""
|
||||
if not event.is_directory:
|
||||
if '.fuse_hidden' in event_path:
|
||||
return
|
||||
# 文件发生变化
|
||||
logger.debug("文件%s:%s" % (text, event_path))
|
||||
self.__handle_file(event_path=event_path, mon_path=mon_path)
|
||||
|
||||
Reference in New Issue
Block a user