[PATCH 1/5] Web PVR: Remove "iphone" from default mode lists
dinkypumpkin
dinkypumpkin at gmail.com
Tue Feb 14 18:29:43 EST 2012
---
get_iplayer.cgi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/get_iplayer.cgi b/get_iplayer.cgi
index 6501f30..11a1f69 100755
--- a/get_iplayer.cgi
+++ b/get_iplayer.cgi
@@ -87,7 +87,7 @@ EOF
# Some defaults
-my $default_modes = 'flashaachigh,flashaacstd,flash,iphone,realaudio,flashaaclow';
+my $default_modes = 'flashaachigh,flashaacstd,flash,realaudio,flashaaclow';
$opt_cmdline->{ffmpeg} = 'ffmpeg' if ! $opt_cmdline->{ffmpeg};
$opt_cmdline->{listen} = '0.0.0.0' if ! $opt_cmdline->{listen};
# Search for get_iplayer
@@ -3513,7 +3513,7 @@ sub process_params {
webvar => 'MODES', # webvar
optkey => 'modes', # option
type => 'text', # type
- default => 'flashaachigh,flashaacstd,flashaudio,flashhigh,iphone,flashstd,flashnormal,realaudio,flashaaclow', # default
+ default => 'flashaachigh,flashaacstd,flashaudio,flashhigh,flashstd,flashnormal,realaudio,flashaaclow', # default
value => 30, # width values
save => 1,
};
--
1.7.5.4
More information about the get_iplayer
mailing list