Fix DVB URI /dvbnetworks -> /dev/locations
This commit is contained in:
parent
5716eaebf6
commit
7092bc1450
2 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@
|
|||
*
|
||||
*/
|
||||
static int
|
||||
extjs_dvbnetworks(http_connection_t *hc, const char *remain, void *opaque)
|
||||
extjs_dvblocations(http_connection_t *hc, const char *remain, void *opaque)
|
||||
{
|
||||
htsbuf_queue_t *hq = &hc->hc_reply;
|
||||
const char *s = http_arg_get(&hc->hc_req_args, "node");
|
||||
|
@ -691,8 +691,8 @@ extjs_list_dvb_adapters(htsmsg_t *array)
|
|||
void
|
||||
extjs_start_dvb(void)
|
||||
{
|
||||
http_path_add("/dvbnetworks",
|
||||
NULL, extjs_dvbnetworks, ACCESS_WEB_INTERFACE);
|
||||
http_path_add("/dvb/locations",
|
||||
NULL, extjs_dvblocations, ACCESS_WEB_INTERFACE);
|
||||
|
||||
http_path_add("/dvb/adapter",
|
||||
NULL, extjs_dvbadapter, ACCESS_ADMIN);
|
||||
|
|
|
@ -668,7 +668,7 @@ tvheadend.addMuxByLocation = function(adapterData, satConfStore) {
|
|||
baseParams : {
|
||||
adapter : adapterData.identifier
|
||||
},
|
||||
dataUrl : 'dvbnetworks'
|
||||
dataUrl : 'dvb/locations'
|
||||
}),
|
||||
root : new Ext.tree.AsyncTreeNode({
|
||||
id : 'root'
|
||||
|
|
Loading…
Add table
Reference in a new issue