From: Jaroslav Kysela Date: Sun, 28 Aug 2016 15:17:56 +0000 (+0200) Subject: webui: fix 'detach from bouquet' for multiple channels X-Git-Tag: v4.2.1~341 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed40c4d1b5b8db3ce7a18ef7b1654d27caeff0eb;p=thirdparty%2Ftvheadend.git webui: fix 'detach from bouquet' for multiple channels --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 2a43fd359..ba6406f54 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -315,7 +315,7 @@ tvheadend.AjaxUUID = function(sel, conf) uuids.push(sel[i].id); if (!conf.params) conf.params = {}; - conf.params.uuid = uuids; + conf.params.uuid = Ext.encode(uuids); tvheadend.Ajax(conf); } }