From 3b5b7eac24a9d84b02299e20f4efe5da2d1e949b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Sepp=C3=A4l=C3=A4?= Date: Thu, 22 Nov 2007 17:36:37 +0000 Subject: [PATCH] One more consistency change. --- iptv/iptvstream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptv/iptvstream.sh b/iptv/iptvstream.sh index 58daceb..43d4ccf 100755 --- a/iptv/iptvstream.sh +++ b/iptv/iptvstream.sh @@ -17,7 +17,7 @@ ABITRATE=320 # There is a way to specify multiple URLs in the same script. The selection is # then controlled by the extra parameter passed by IPTV plugin to the script -case $PARAMETER in +case ${PARAMETER} in 1) URL="" ;;