fix 配置不重置bug

This commit is contained in:
thsrite
2024-06-27 14:07:16 +08:00
parent 7752039fb7
commit 34956b8920

View File

@@ -74,8 +74,8 @@ class LibraryDuplicateCheck(_PluginBase):
if not self._EMBY_HOST.startswith("http"):
self._EMBY_HOST = "http://" + self._EMBY_HOST
_paths = {}
_path_type = {}
self._paths = {}
self._path_type = {}
if config.get("path"):
for path in str(config.get("path")).split("\n"):