From a31d8b896305d5ad48ea2b3644e3238abc9e701f Mon Sep 17 00:00:00 2001 From: fbt Date: Sat, 23 Nov 2019 08:19:12 +0300 Subject: [PATCH] album control also moved Signed-off-by: fbt --- ufw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ufw b/ufw index 9bfc9e2..49b920d 100755 --- a/ufw +++ b/ufw @@ -78,7 +78,7 @@ get_max_filesize() { get_album_id() { declare api_response api_status api_status_message - api_response=$( curl -fsL "$cfg_service_url/$cfg_api_path/album?a=new&name=$1&format=json&secret=$secret" ) + api_response=$( curl -fsL "$cfg_service_url/albumctl.json?m=new&name=$1&secret=$secret" ) get_api_status <<< "$api_response"