bugfix: local query string in artist selection

This commit is contained in:
2025-09-12 14:04:30 +02:00
parent 58b1258fe2
commit e76cb6a8e3

View File

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