mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-09 01:16:50 +08:00
fix 自定义hosts
This commit is contained in:
@@ -54,7 +54,7 @@ class CustomHosts(_PluginBase):
|
||||
|
||||
# 更新错误Hosts
|
||||
self.update_config({
|
||||
"hosts": self._hosts,
|
||||
"hosts": ''.join(self._hosts),
|
||||
"err_hosts": error_hosts,
|
||||
"enabled": self._enabled
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user