mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-20 07:39:59 +08:00
add Docker Client API地址
This commit is contained in:
@@ -395,10 +395,6 @@ def save_plugin_folders(folders: dict, _: schemas.TokenPayload = Depends(get_cur
|
||||
"""
|
||||
try:
|
||||
SystemConfigOper().set(SystemConfigKey.PluginFolders, folders)
|
||||
|
||||
# 验证保存结果
|
||||
saved_result = SystemConfigOper().get(SystemConfigKey.PluginFolders)
|
||||
|
||||
return schemas.Response(success=True)
|
||||
except Exception as e:
|
||||
logger.error(f"[文件夹API] 保存文件夹配置失败: {str(e)}")
|
||||
|
||||
Reference in New Issue
Block a user