fix broken search for new anime

This commit is contained in:
ksyasuda 2021-11-12 22:17:19 -08:00
parent c5a1919dc3
commit 706b66ae3a

View File

@ -251,7 +251,7 @@ get_search_query() {
-config "$CFG_DIR/${ROFI_CFG}")
# Strip the list entry number from string
query="$(awk '{print $NF}' <<<${query//[1-9]+\. /})"
query="${query//[1-9]+\. /}"
[ "$VERBOSE" -eq 1 ] && printf "%s\n" "Query: $query"
else
query=$*