From ca25a4530316e7122ef20ce663ad86373393faca Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Tue, 28 Aug 2012 13:22:10 +0100 Subject: [PATCH] Remove another trailing comma that I missed. --- src/webui/static/app/iptv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/iptv.js b/src/webui/static/app/iptv.js index af92f903..af4652c2 100644 --- a/src/webui/static/app/iptv.js +++ b/src/webui/static/app/iptv.js @@ -115,7 +115,7 @@ tvheadend.iptv = function(adapterId) { var val = value ? tvheadend.servicetypeStore.getById(value) : null; return val ? val.get('str') : 'Unset'; - }, + } }, { header: "PMT PID",