Update define.sh
This commit is contained in:
parent
8fe463a7bc
commit
a7042d3672
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue