mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-07 07:26:53 +00:00
fix 配置不重置bug
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user