Revert "download fixed resolution images"

This reverts commit 0537db7f27.
This commit is contained in:
Adithya 2024-05-15 00:33:45 +05:30
parent 9e771c9424
commit 943b9cf2a6
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -44,7 +44,7 @@ fi
SIZE="$(echo "${CONFIG}" | jq -r '.size // empty')"
if [ -n "${SIZE}" ]; then
SIZE="resolutions=${SIZE}&"
SIZE="atleast=${SIZE}&"
fi
RATIOS="$(echo "${CONFIG}" | jq -r '.ratios // empty')"