summaryrefslogtreecommitdiff
path: root/iptv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'iptv.sh')
-rwxr-xr-xiptv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptv.sh b/iptv.sh
index be2c107..30d9b72 100755
--- a/iptv.sh
+++ b/iptv.sh
@@ -277,7 +277,7 @@ make_playlist () {
group=$(categorize_by_channel_name "$channelname")
- echo "#EXTINF:-1 tvg-id=\"$channelcode\" tvg-name=\"$channelname\" tvg-logo=\"${logos[$channelcode]}\" group-name=\"$group\",$channelname" >> "$output_file"
+ echo "#EXTINF:-1 tvg-id=\"$channelcode\" tvg-name=\"$channelname\" tvg-logo=\"${logos[$channelcode]-}\" group-name=\"$group\",$channelname" >> "$output_file"
echo "$udpxy_endpoint/udp/$host" >> "$output_file"
fi
done