Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: fix 'detach from bouquet' for multiple channels
  • Loading branch information
perexg committed Aug 28, 2016
1 parent 1b47e2e commit ed40c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/tvheadend.js
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit ed40c4d

Please sign in to comment.