sort the channel tags by name
This commit is contained in:
parent
8696f3f61c
commit
eb082a82be
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ tvheadend.channelTags = new Ext.data.JsonStore({
|
|||
}
|
||||
});
|
||||
|
||||
tvheadend.channelTags.setDefaultSort('name', 'ASC');
|
||||
|
||||
tvheadend.comet.on('channeltags', function(m) {
|
||||
if(m.reload != null)
|
||||
tvheadend.channelTags.reload();
|
||||
|
|
Loading…
Add table
Reference in a new issue