keybinding help
This commit is contained in:
@@ -103,6 +103,7 @@ __api_mb() {
|
||||
errormsg=$($JQ -e '.error // ""' "$tmpout")
|
||||
if [ "$errormsg" ]; then
|
||||
err "Failed to fetch MusicBrainz data for $1 $2: $errormsg"
|
||||
[ "$errormsg" = "Not Found" ] && break
|
||||
sleep "$SLEEP_ON_ERROR"
|
||||
else
|
||||
cat "$tmpout"
|
||||
|
Reference in New Issue
Block a user