Update define.sh

This commit is contained in:
Kroese 2025-03-05 08:15:29 +01:00 committed by GitHub
parent 8fe463a7bc
commit a7042d3672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -544,6 +544,7 @@ getMido() {
local id="$1"
local lang="$2"
local ret="$3"
local url=""
local sum=""
local size=""
@ -563,7 +564,7 @@ getMido() {
case "${ret,,}" in
"sum" ) echo "$sum" ;;
"size" ) echo "$size" ;;
*) echo "";;
*) echo "$url";;
esac
return 0