This commit is contained in:
2025-07-23 10:45:28 +02:00
parent 81e49c0984
commit dcba30bf94
2 changed files with 5 additions and 4 deletions

View File

@@ -52,5 +52,5 @@ mb_artist_enwikipedia() {
__api_wikipedia_en_get_summary "$wikiid" | cache_put_artist_enwikipedia "$1"
enwiki="$(cache_get_artist_enwikipedia "$1")"
fi
echo "$enwiki"
[ ! "$enwiki" ] || [ "$enwiki" != "null" ] || return
}