error message update
This commit is contained in:
parent
31aa15efba
commit
b70cd473e7
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ async def path_action(request: Request, config: Config) -> Response:
|
||||||
|
|
||||||
if not config.browser_control_enabled:
|
if not config.browser_control_enabled:
|
||||||
return web.json_response(
|
return web.json_response(
|
||||||
data={"error": "File browser controls is disabled."}, status=web.HTTPForbidden.status_code
|
data={"error": "File browser actions is disabled."}, status=web.HTTPForbidden.status_code
|
||||||
)
|
)
|
||||||
|
|
||||||
rootPath: Path = Path(config.download_path)
|
rootPath: Path = Path(config.download_path)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue