album control also moved

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-11-23 08:19:12 +03:00
parent 0dafaaf15b
commit a31d8b8963
1 changed files with 1 additions and 1 deletions

2
ufw
View File

@ -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"