Remove the 'setup xmltv' button from channel configuration
This commit is contained in:
parent
42ad936a2d
commit
d59dc1d2c6
1 changed files with 1 additions and 7 deletions
|
@ -302,13 +302,7 @@ tvheadend.chconf = function() {
|
|||
border: false,
|
||||
title:'Channels',
|
||||
layout:'border',
|
||||
items: [chlist, details],
|
||||
tbar: [{
|
||||
tooltip: 'Configure XMLTV grabber',
|
||||
iconCls: 'option',
|
||||
text: 'Setup XML-TV'
|
||||
}]
|
||||
|
||||
items: [chlist, details]
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue