From ab61120c77fe92803a6c249c28597fc0434a3f6b Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Sat, 2 Apr 2022 15:33:36 +0300 Subject: [PATCH] fix not working wrap --- funkwhale-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funkwhale-cli.sh b/funkwhale-cli.sh index d4b195b..0b30da7 100755 --- a/funkwhale-cli.sh +++ b/funkwhale-cli.sh @@ -43,7 +43,7 @@ funkwhale_get_podcasts_artists() jj -i $temp_artists -v "$i" -o $temp_artists "$(jj -i preload results.$counter.name | sed 's/\./_/g' | sed 's/\"//g')" counter=$(expr $counter + 1) done - menu_podcast_choice=$(echo $podcast_names | fzy) + menu_podcast_choice=$(echo "$podcast_names" | fzy) channel_uuid=$(jj -i $temp_artists "$menu_podcast_choice") if [ -z $channel_uuid ]; then echo 'Error when loading podcast'