Small fix

This commit is contained in:
Emre AKYÜZ 2023-12-04 11:05:51 +03:00 committed by GitHub
parent aa74c7a8cd
commit d5f31b599d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ channel_menu() {
IFS="|"
channels=$(sed -n "s/^${category}=\(.*\)$/\1/p" "$CATEGORY_LIST")
set -- "$channels"
set -- $channels
while true; do
channel_name=$(printf '%s\n' "$@" | DMENU 20 "Choose a channel")