Skip to content

Commit bef2364

Browse files
authored
fix: file inotify not handled
1 parent 53b934a commit bef2364

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plex_nfs_watchdog/modules/watchdog/plex_watchdog_event.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66
class PlexWatchdog(FileSystemEventHandler):
77

88
def on_any_event(self, event):
9-
if not event.is_directory:
10-
return
119
plex_agent_singleton.parse_event(event)

0 commit comments

Comments
 (0)