mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
feat 辅助识别异步接口 && ChatGPT插件支持辅助名称识别
This commit is contained in:
@@ -67,7 +67,7 @@ class PersonMeta(_PluginBase):
|
||||
_remove_nozh = False
|
||||
|
||||
def init_plugin(self, config: dict = None):
|
||||
self.tmdbchain = TmdbChain(self.db)
|
||||
self.tmdbchain = TmdbChain()
|
||||
self.mschain = MediaServerChain(self.db)
|
||||
if config:
|
||||
self._enabled = config.get("enabled")
|
||||
|
||||
Reference in New Issue
Block a user