From 5f8dca956b076f8d8d3cea0abc849c2d4d42e15e Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Fri, 12 Oct 2012 13:36:17 +0100 Subject: [PATCH] Fixed stupid typo in charset list change. --- src/webui/static/app/dvb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/dvb.js b/src/webui/static/app/dvb.js index dac46734..a71e7ebb 100644 --- a/src/webui/static/app/dvb.js +++ b/src/webui/static/app/dvb.js @@ -477,7 +477,7 @@ tvheadend.dvb_services = function(adapterId) { [ 'ISO8859-13', 'ISO8859-13' ], [ 'ISO8859-14', 'ISO8859-14' ], [ 'ISO8859-15', 'ISO8859-15' ], - [ 'PL_AUTO', 'Polish Fixup' ] + [ 'PL_AUTO', 'Polish Fixup' ] ] }), typeAhead : true, lazyRender : true,