album control also moved
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
0dafaaf15b
commit
a31d8b8963
2
ufw
2
ufw
|
@ -78,7 +78,7 @@ get_max_filesize() {
|
||||||
get_album_id() {
|
get_album_id() {
|
||||||
declare api_response api_status api_status_message
|
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"
|
get_api_status <<< "$api_response"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user