fix multiword searches from menu (#11)

This commit is contained in:
Kyle Yasuda
2022-07-11 12:30:27 -07:00
committed by GitHub
parent 1c8afc16cc
commit fa108d860f
3 changed files with 4 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ get_search_query() {
else
prompt "Search Anime"
read -r query
query="${query// /-}"
fi
}