download fixed resolution images
This commit is contained in:
parent
ab1014e17f
commit
0537db7f27
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ fi
|
||||||
|
|
||||||
SIZE="$(echo "${CONFIG}" | jq -r '.size // empty')"
|
SIZE="$(echo "${CONFIG}" | jq -r '.size // empty')"
|
||||||
if [ -n "${SIZE}" ]; then
|
if [ -n "${SIZE}" ]; then
|
||||||
SIZE="atleast=${SIZE}&"
|
SIZE="resolutions=${SIZE}&"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RATIOS="$(echo "${CONFIG}" | jq -r '.ratios // empty')"
|
RATIOS="$(echo "${CONFIG}" | jq -r '.ratios // empty')"
|
||||||
|
|
Loading…
Reference in a new issue