Update define.sh
This commit is contained in:
parent
d6acc0f387
commit
5e97cb7b0f
1 changed files with 8 additions and 0 deletions
|
|
@ -673,6 +673,14 @@ getSize() {
|
||||||
}
|
}
|
||||||
|
|
||||||
isMido() {
|
isMido() {
|
||||||
|
|
||||||
|
local id="$1"
|
||||||
|
local lang="$2"
|
||||||
|
local sum
|
||||||
|
|
||||||
|
sum=$(getMido "$id" "en" "sum")
|
||||||
|
[ -n "$sum" ] && return 0
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue