mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-05 14:53:02 +00:00
fix not working wrap
This commit is contained in:
parent
ce9575dac5
commit
ab61120c77
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user