From 1418058c8b8777e0af4aa21236e12d676942eee9 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 28 Nov 2016 20:33:06 +0000 Subject: [PATCH] typo else/elif svn path=/trunk/; revision=159 --- actions/watch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/watch.sh b/actions/watch.sh index 58c1e1b..5d503b0 100755 --- a/actions/watch.sh +++ b/actions/watch.sh @@ -30,7 +30,7 @@ if [ "${_COOKIE[fakemp4]}" = yes ] && [ "${info##*.}" != mp4 ]; then videourl="$(urlsafe "mp4/${info%.*}.mp4")" elif [ -z "$info" ]; then videourl="$(urlsafe "${location#/}")" -else [ -z "$foreign" ];then +elif [ -z "$foreign" ]; then _COOKIE[watch]=server videourl="${_GET[url]}" else -- 2.39.2