keybinding help

This commit is contained in:
2025-09-12 13:26:19 +02:00
parent 98145031d3
commit 173c717be5
5 changed files with 272 additions and 115 deletions

View File

@@ -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"