diff options
Diffstat (limited to 'module/plugins/hooks/HotFolder.py')
-rw-r--r-- | module/plugins/hooks/HotFolder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/HotFolder.py b/module/plugins/hooks/HotFolder.py index c7631a1fc..8863af871 100644 --- a/module/plugins/hooks/HotFolder.py +++ b/module/plugins/hooks/HotFolder.py @@ -11,7 +11,7 @@ from module.utils import fs_encode, save_join as fs_join class HotFolder(Addon): - __name__ = "HotFolder" + __name = "HotFolder" __type__ = "hook" __version__ = "0.19" __status__ = "testing" |