From e1056e3f2f829ba2d50a681a3612e46096ce6fdd Mon Sep 17 00:00:00 2001 From: thsrite Date: Fri, 16 Aug 2024 14:45:13 +0800 Subject: [PATCH] fix --- plugins/embyextendtype/__init__.py | 3 --- 1 file changed, 3 deletions(-) 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")