]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: fix 'detach from bouquet' for multiple channels
authorJaroslav Kysela <perex@perex.cz>
Sun, 28 Aug 2016 15:17:56 +0000 (17:17 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 28 Aug 2016 15:17:56 +0000 (17:17 +0200)
src/webui/static/app/tvheadend.js

index 2a43fd359c74b3c0c34c922bac424185246a998c..ba6406f5433f3699fa87ed85a7a6b58baa97500a 100644 (file)
@@ -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);
     }    
 }