From e76cb6a8e31d69cc3e44b9d4348925efe35facad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Fri, 12 Sep 2025 14:04:30 +0200 Subject: [PATCH] bugfix: local query string in artist selection --- src/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.sh b/src/main.sh index d50287e..ef1a067 100755 --- a/src/main.sh +++ b/src/main.sh @@ -528,7 +528,7 @@ while true; do --delimiter="\t" \ --prompt="$SEARCH_PROMPT" \ --margin="5%,20%" \ - --bind="$KEYS_FILTER_LOCAL:change-query('$QUERY_LOCAL' )" \ + --bind="$KEYS_FILTER_LOCAL:change-query($QUERY_LOCAL )" \ --accept-nth="{3}" \ --with-nth="{1}" || true )