diff --git a/plugins/embyextendtype/__init__.py b/plugins/embyextendtype/__init__.py index 536b14c..bfee73d 100644 --- a/plugins/embyextendtype/__init__.py +++ b/plugins/embyextendtype/__init__.py @@ -53,9 +53,6 @@ class EmbyExtendType(_PluginBase): _EMBY_APIKEY = settings.EMBY_API_KEY def init_plugin(self, config: dict = None): - # 清空配置 - self._dirconf = {} - # 读取配置 if config: self._enabled = config.get("enabled")